Class: Aws::RDS::Types::DescribeDBSnapshotAttributesMessage

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

Overview

Note:

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

{
  db_snapshot_identifier: "String", # required
}

Instance Attribute Summary collapse

Instance Attribute Details

#db_snapshot_identifierString

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

Returns:

  • (String)


7679
7680
7681
7682
# File 'lib/aws-sdk-rds/types.rb', line 7679

class DescribeDBSnapshotAttributesMessage < Struct.new(
  :db_snapshot_identifier)
  include Aws::Structure
end