Class: Aws::DocDB::Types::DescribeDBClusterSnapshotAttributesMessage
- Inherits:
-
Struct
- Object
- Struct
- Aws::DocDB::Types::DescribeDBClusterSnapshotAttributesMessage
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-docdb/types.rb
Overview
Represents the input to DescribeDBClusterSnapshotAttributes.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#db_cluster_snapshot_identifier ⇒ String
The identifier for the cluster snapshot to describe the attributes for.
Instance Attribute Details
#db_cluster_snapshot_identifier ⇒ String
The identifier for the cluster snapshot to describe the attributes for.
2700 2701 2702 2703 2704 |
# File 'lib/aws-sdk-docdb/types.rb', line 2700 class DescribeDBClusterSnapshotAttributesMessage < Struct.new( :db_cluster_snapshot_identifier) SENSITIVE = [] include Aws::Structure end |