Class: Aws::DocDB::Types::DBClusterSnapshotAttributesResult

Inherits:
Struct
  • Object
show all
Defined in:
gems/aws-sdk-docdb/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

Instance Attribute Details

#db_cluster_snapshot_attributesArray<Types::DBClusterSnapshotAttribute>

The list of attributes and values for the cluster snapshot.



1795
1796
1797
1798
1799
1800
# File 'gems/aws-sdk-docdb/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_identifierString

The identifier of the cluster snapshot that the attributes apply to.

Returns:

  • (String)


1795
1796
1797
1798
1799
1800
# File 'gems/aws-sdk-docdb/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