Class: Aws::RDS::Types::ModifyDBSnapshotAttributeResult

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_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 Amazon Web Services accounts to copy or restore a manual DB snapshot. For more information, see the ModifyDBSnapshotAttribute API action.



19230
19231
19232
19233
19234
# File 'gems/aws-sdk-rds/lib/aws-sdk-rds/types.rb', line 19230

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