![]() |
![]()
| ![]() |
![]()
NAMEPaws::SecurityHub::AwsRedshiftClusterPendingModifiedValues USAGEThis class represents one of two things: Arguments in a call to a service Use the attributes of this class as arguments to methods. You shouldn't make instances of this class. Each attribute should be used as a named argument in the calls that expect this type of object. As an example, if Att1 is expected to be a Paws::SecurityHub::AwsRedshiftClusterPendingModifiedValues object: $service_obj->Method(Att1 => { AutomatedSnapshotRetentionPeriod => $value, ..., PubliclyAccessible => $value }); Results returned from an API call Use accessors for each attribute. If Att1 is expected to be an Paws::SecurityHub::AwsRedshiftClusterPendingModifiedValues object: $result = $service_obj->Method(...); $result->Att1->AutomatedSnapshotRetentionPeriod DESCRIPTIONChanges to the Amazon Redshift cluster that are currently pending. ATTRIBUTESAutomatedSnapshotRetentionPeriod => IntThe pending or in-progress change to the automated snapshot retention period. ClusterIdentifier => StrThe pending or in-progress change to the identifier for the cluster. ClusterType => StrThe pending or in-progress change to the cluster type. ClusterVersion => StrThe pending or in-progress change to the service version. EncryptionType => StrThe encryption type for a cluster. EnhancedVpcRouting => BoolIndicates whether to create the cluster with enhanced VPC routing enabled. MaintenanceTrackName => StrThe name of the maintenance track that the cluster changes to during the next maintenance window. MasterUserPassword => StrThe pending or in-progress change to the master user password for the cluster. NodeType => StrThe pending or in-progress change to the cluster's node type. NumberOfNodes => IntThe pending or in-progress change to the number of nodes in the cluster. PubliclyAccessible => BoolThe pending or in-progress change to whether the cluster can be connected to from the public network. SEE ALSOThis class forms part of Paws, describing an object used in Paws::SecurityHub BUGS and CONTRIBUTIONSThe source code is located here: <https://github.com/pplu/aws-sdk-perl> Please report bugs to: <https://github.com/pplu/aws-sdk-perl/issues>
|