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

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

Overview

Note:

When making an API call, you may pass DescribeDBClusterSnapshotAttributesMessage data as a hash:

{
  db_cluster_snapshot_identifier: "String", # required
}

Represents the input to DescribeDBClusterSnapshotAttributes.

Instance Attribute Summary collapse

Instance Attribute Details

#db_cluster_snapshot_identifierString

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

Returns:

  • (String)


2159
2160
2161
2162
# File 'lib/aws-sdk-docdb/types.rb', line 2159

class DescribeDBClusterSnapshotAttributesMessage < Struct.new(
  :db_cluster_snapshot_identifier)
  include Aws::Structure
end