Class: Aws::DocDB::Types::DescribeDBClusterSnapshotAttributesResult

Inherits:
Struct
  • Object
show all
Defined in:
gems/aws-sdk-docdb/lib/aws-sdk-docdb/types.rb

Overview

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#db_cluster_snapshot_attributes_resultTypes::DBClusterSnapshotAttributesResult

Detailed information about the attributes that are associated with a cluster snapshot.



2713
2714
2715
2716
2717
# File 'gems/aws-sdk-docdb/lib/aws-sdk-docdb/types.rb', line 2713

class DescribeDBClusterSnapshotAttributesResult < Struct.new(
  :db_cluster_snapshot_attributes_result)
  SENSITIVE = []
  include Aws::Structure
end