NAME
Paws::SecurityHub::AwsRedshiftClusterPendingModifiedValues
USAGE
This 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
DESCRIPTION
Changes to the Amazon Redshift cluster that are currently pending.
ATTRIBUTES
AutomatedSnapshotRetentionPeriod => Int
The pending or in-progress change to the automated snapshot retention period.
ClusterIdentifier => Str
The pending or in-progress change to the identifier for the cluster.
ClusterType => Str
The pending or in-progress change to the cluster type.
ClusterVersion => Str
The pending or in-progress change to the service version.
EncryptionType => Str
The encryption type for a cluster.
EnhancedVpcRouting => Bool
Indicates whether to create the cluster with enhanced VPC routing enabled.
MaintenanceTrackName => Str
The name of the maintenance track that the cluster changes to during the next maintenance window.
MasterUserPassword => Str
The pending or in-progress change to the master user password for the cluster.
NodeType => Str
The pending or in-progress change to the cluster's node type.
NumberOfNodes => Int
The pending or in-progress change to the number of nodes in the cluster.
PubliclyAccessible => Bool
The pending or in-progress change to whether the cluster can be connected to from the public network.
SEE ALSO
This class forms part of Paws, describing an object used in Paws::SecurityHub
BUGS and CONTRIBUTIONS
The source code is located here: https://github.com/pplu/aws-sdk-perl
Please report bugs to: https://github.com/pplu/aws-sdk-perl/issues