Class: Aws::DocDBElastic::Types::GetClusterSnapshotInput
- Inherits:
-
Struct
- Object
- Struct
- Aws::DocDBElastic::Types::GetClusterSnapshotInput
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-docdbelastic/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#snapshot_arn ⇒ String
The ARN identifier of the elastic cluster snapshot.
Instance Attribute Details
#snapshot_arn ⇒ String
The ARN identifier of the elastic cluster snapshot.
700 701 702 703 704 |
# File 'lib/aws-sdk-docdbelastic/types.rb', line 700 class GetClusterSnapshotInput < Struct.new( :snapshot_arn) SENSITIVE = [] include Aws::Structure end |