Class: Aws::RDS::Types::DescribeDBClusterSnapshotAttributesMessage

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

Overview

Constant Summary collapse

SENSITIVE =
[]

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)


12115
12116
12117
12118
12119
# File 'gems/aws-sdk-rds/lib/aws-sdk-rds/types.rb', line 12115

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