Class: Aws::RDS::Types::DBSnapshotAttributesResult

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

Overview

Contains the results of a successful call to the DescribeDBSnapshotAttributes API action.

Manual DB snapshot attributes are used to authorize other AWS accounts to copy or restore a manual DB snapshot. For more information, see the ModifyDBSnapshotAttribute API action.

Instance Attribute Summary collapse

Instance Attribute Details

#db_snapshot_attributesArray<Types::DBSnapshotAttribute>

The list of attributes and values for the manual DB snapshot.

Returns:



5955
5956
5957
5958
5959
# File 'lib/aws-sdk-rds/types.rb', line 5955

class DBSnapshotAttributesResult < Struct.new(
  :db_snapshot_identifier,
  :db_snapshot_attributes)
  include Aws::Structure
end

#db_snapshot_identifierString

The identifier of the manual DB snapshot that the attributes apply to.

Returns:

  • (String)


5955
5956
5957
5958
5959
# File 'lib/aws-sdk-rds/types.rb', line 5955

class DBSnapshotAttributesResult < Struct.new(
  :db_snapshot_identifier,
  :db_snapshot_attributes)
  include Aws::Structure
end