Method: Aws::DocDB::Types::DBClusterSnapshotAttributesResult#db_cluster_snapshot_attributes

Defined in:
lib/aws-sdk-docdb/types.rb

#db_cluster_snapshot_attributesArray<Types::DBClusterSnapshotAttribute>

The list of attributes and values for the cluster snapshot.



1879
1880
1881
1882
1883
1884
# File 'lib/aws-sdk-docdb/types.rb', line 1879

class DBClusterSnapshotAttributesResult < Struct.new(
  :db_cluster_snapshot_identifier,
  :db_cluster_snapshot_attributes)
  SENSITIVE = []
  include Aws::Structure
end