Class: Aws::DocDB::Types::DBClusterSnapshotAttributesResult
- Inherits:
-
Struct
- Object
- Struct
- Aws::DocDB::Types::DBClusterSnapshotAttributesResult
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-docdb/types.rb
Overview
Detailed information about the attributes that are associated with a cluster snapshot.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#db_cluster_snapshot_attributes ⇒ Array<Types::DBClusterSnapshotAttribute>
The list of attributes and values for the cluster snapshot.
-
#db_cluster_snapshot_identifier ⇒ String
The identifier of the cluster snapshot that the attributes apply to.
Instance Attribute Details
#db_cluster_snapshot_attributes ⇒ Array<Types::DBClusterSnapshotAttribute>
The list of attributes and values for the cluster snapshot.
1795 1796 1797 1798 1799 1800 |
# File 'lib/aws-sdk-docdb/types.rb', line 1795 class DBClusterSnapshotAttributesResult < Struct.new( :db_cluster_snapshot_identifier, :db_cluster_snapshot_attributes) SENSITIVE = [] include Aws::Structure end |
#db_cluster_snapshot_identifier ⇒ String
The identifier of the cluster snapshot that the attributes apply to.
1795 1796 1797 1798 1799 1800 |
# File 'lib/aws-sdk-docdb/types.rb', line 1795 class DBClusterSnapshotAttributesResult < Struct.new( :db_cluster_snapshot_identifier, :db_cluster_snapshot_attributes) SENSITIVE = [] include Aws::Structure end |