You are viewing documentation for version 2 of the AWS SDK for Ruby. Version 3 documentation can be found here.
Class: Aws::SecurityHub::Types::AwsRdsDbClusterSnapshotDetails
- Inherits:
-
Struct
- Object
- Struct
- Aws::SecurityHub::Types::AwsRdsDbClusterSnapshotDetails
- Defined in:
- (unknown)
Overview
When passing AwsRdsDbClusterSnapshotDetails as input to an Aws::Client method, you can use a vanilla Hash:
{
availability_zones: ["NonEmptyString"],
snapshot_create_time: "NonEmptyString",
engine: "NonEmptyString",
allocated_storage: 1,
status: "NonEmptyString",
port: 1,
vpc_id: "NonEmptyString",
cluster_create_time: "NonEmptyString",
master_username: "NonEmptyString",
engine_version: "NonEmptyString",
license_model: "NonEmptyString",
snapshot_type: "NonEmptyString",
percent_progress: 1,
storage_encrypted: false,
kms_key_id: "NonEmptyString",
db_cluster_identifier: "NonEmptyString",
db_cluster_snapshot_identifier: "NonEmptyString",
iam_database_authentication_enabled: false,
}
Information about an Amazon RDS DB cluster snapshot.
Returned by:
Instance Attribute Summary collapse
-
#allocated_storage ⇒ Integer
Specifies the allocated storage size in gibibytes (GiB).
-
#availability_zones ⇒ Array<String>
A list of Availability Zones where instances in the DB cluster can be created.
-
#cluster_create_time ⇒ String
Indicates when the DB cluster was created, in Universal Coordinated Time (UTC).
-
#db_cluster_identifier ⇒ String
The DB cluster identifier.
-
#db_cluster_snapshot_identifier ⇒ String
The identifier of the DB cluster snapshot.
-
#engine ⇒ String
-
#engine_version ⇒ String
The version of the database engine to use.
-
#iam_database_authentication_enabled ⇒ Boolean
Whether mapping of IAM accounts to database accounts is enabled.
-
#kms_key_id ⇒ String
The ARN of the AWS KMS master key that is used to encrypt the database instances in the DB cluster.
-
#license_model ⇒ String
The license model information for this DB cluster snapshot.
-
#master_username ⇒ String
The name of the master user for the DB cluster.
-
#percent_progress ⇒ Integer
Specifies the percentage of the estimated data that has been transferred.
-
#port ⇒ Integer
The port number on which the DB instances in the DB cluster accept connections.
-
#snapshot_create_time ⇒ String
Indicates when the snapshot was taken.
-
#snapshot_type ⇒ String
The type of DB cluster snapshot.
-
#status ⇒ String
The status of this DB cluster snapshot.
-
#storage_encrypted ⇒ Boolean
Whether the DB cluster is encrypted.
-
#vpc_id ⇒ String
The VPC ID that is associated with the DB cluster snapshot.
Instance Attribute Details
#allocated_storage ⇒ Integer
Specifies the allocated storage size in gibibytes (GiB).
#availability_zones ⇒ Array<String>
A list of Availability Zones where instances in the DB cluster can be created.
#cluster_create_time ⇒ String
Indicates when the DB cluster was created, in Universal Coordinated Time (UTC).
Uses the date-time
format specified in RFC 3339 section 5.6, Internet
Date/Time Format. The value cannot contain spaces. For example,
2020-03-22T13:22:13.933Z
.
#db_cluster_identifier ⇒ String
The DB cluster identifier.
#db_cluster_snapshot_identifier ⇒ String
The identifier of the DB cluster snapshot.
#engine ⇒ String
#engine_version ⇒ String
The version of the database engine to use.
#iam_database_authentication_enabled ⇒ Boolean
Whether mapping of IAM accounts to database accounts is enabled.
#kms_key_id ⇒ String
The ARN of the AWS KMS master key that is used to encrypt the database instances in the DB cluster.
#license_model ⇒ String
The license model information for this DB cluster snapshot.
#master_username ⇒ String
The name of the master user for the DB cluster.
#percent_progress ⇒ Integer
Specifies the percentage of the estimated data that has been transferred.
#port ⇒ Integer
The port number on which the DB instances in the DB cluster accept connections.
#snapshot_create_time ⇒ String
Indicates when the snapshot was taken.
Uses the date-time
format specified in RFC 3339 section 5.6, Internet
Date/Time Format. The value cannot contain spaces. For example,
2020-03-22T13:22:13.933Z
.
#snapshot_type ⇒ String
The type of DB cluster snapshot.
#status ⇒ String
The status of this DB cluster snapshot.
#storage_encrypted ⇒ Boolean
Whether the DB cluster is encrypted.
#vpc_id ⇒ String
The VPC ID that is associated with the DB cluster snapshot.