Class: Aws::RDS::Types::DescribeDBSnapshotAttributesResult

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

Overview

Instance Attribute Summary collapse

Instance Attribute Details

#db_snapshot_attributes_resultTypes::DBSnapshotAttributesResult

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.



7695
7696
7697
7698
# File 'lib/aws-sdk-rds/types.rb', line 7695

class DescribeDBSnapshotAttributesResult < Struct.new(
  :db_snapshot_attributes_result)
  include Aws::Structure
end