Class: Aws::DocDBElastic::Types::ClusterSnapshotInList
- Inherits:
-
Struct
- Object
- Struct
- Aws::DocDBElastic::Types::ClusterSnapshotInList
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-docdbelastic/types.rb
Overview
A list of elastic cluster snapshots.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#cluster_arn ⇒ String
The ARN identifier of the elastic cluster.
-
#snapshot_arn ⇒ String
The ARN identifier of the elastic cluster snapshot.
-
#snapshot_creation_time ⇒ String
The time when the elastic cluster snapshot was created in Universal Coordinated Time (UTC).
-
#snapshot_name ⇒ String
The name of the elastic cluster snapshot.
-
#status ⇒ String
The status of the elastic cluster snapshot.
Instance Attribute Details
#cluster_arn ⇒ String
The ARN identifier of the elastic cluster.
318 319 320 321 322 323 324 325 326 |
# File 'lib/aws-sdk-docdbelastic/types.rb', line 318 class ClusterSnapshotInList < Struct.new( :cluster_arn, :snapshot_arn, :snapshot_creation_time, :snapshot_name, :status) SENSITIVE = [] include Aws::Structure end |
#snapshot_arn ⇒ String
The ARN identifier of the elastic cluster snapshot.
318 319 320 321 322 323 324 325 326 |
# File 'lib/aws-sdk-docdbelastic/types.rb', line 318 class ClusterSnapshotInList < Struct.new( :cluster_arn, :snapshot_arn, :snapshot_creation_time, :snapshot_name, :status) SENSITIVE = [] include Aws::Structure end |
#snapshot_creation_time ⇒ String
The time when the elastic cluster snapshot was created in Universal Coordinated Time (UTC).
318 319 320 321 322 323 324 325 326 |
# File 'lib/aws-sdk-docdbelastic/types.rb', line 318 class ClusterSnapshotInList < Struct.new( :cluster_arn, :snapshot_arn, :snapshot_creation_time, :snapshot_name, :status) SENSITIVE = [] include Aws::Structure end |
#snapshot_name ⇒ String
The name of the elastic cluster snapshot.
318 319 320 321 322 323 324 325 326 |
# File 'lib/aws-sdk-docdbelastic/types.rb', line 318 class ClusterSnapshotInList < Struct.new( :cluster_arn, :snapshot_arn, :snapshot_creation_time, :snapshot_name, :status) SENSITIVE = [] include Aws::Structure end |
#status ⇒ String
The status of the elastic cluster snapshot.
318 319 320 321 322 323 324 325 326 |
# File 'lib/aws-sdk-docdbelastic/types.rb', line 318 class ClusterSnapshotInList < Struct.new( :cluster_arn, :snapshot_arn, :snapshot_creation_time, :snapshot_name, :status) SENSITIVE = [] include Aws::Structure end |