Class: Aws::DocDB::Types::DescribeDBClusterSnapshotAttributesMessage

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

Overview

Represents the input to DescribeDBClusterSnapshotAttributes.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#db_cluster_snapshot_identifierString

The identifier for the cluster snapshot to describe the attributes for.

Returns:

  • (String)


2700
2701
2702
2703
2704
# File 'gems/aws-sdk-docdb/lib/aws-sdk-docdb/types.rb', line 2700

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