Class: Aws::DocDB::Types::DescribeDBClusterSnapshotAttributesMessage
- Inherits:
-
Struct
- Object
- Struct
- Aws::DocDB::Types::DescribeDBClusterSnapshotAttributesMessage
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-docdb/types.rb
Overview
Note:
When making an API call, you may pass DescribeDBClusterSnapshotAttributesMessage data as a hash:
{
db_cluster_snapshot_identifier: "String", # required
}
Represents the input to DescribeDBClusterSnapshotAttributes.
Instance Attribute Summary collapse
-
#db_cluster_snapshot_identifier ⇒ String
The identifier for the DB cluster snapshot to describe the attributes for.
Instance Attribute Details
#db_cluster_snapshot_identifier ⇒ String
The identifier for the DB cluster snapshot to describe the attributes for.
2159 2160 2161 2162 |
# File 'lib/aws-sdk-docdb/types.rb', line 2159 class DescribeDBClusterSnapshotAttributesMessage < Struct.new( :db_cluster_snapshot_identifier) include Aws::Structure end |