Class: Aws::RDS::Types::DBClusterSnapshotAttributesResult

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 DescribeDBClusterSnapshotAttributes API action.

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

Instance Attribute Summary collapse

Instance Attribute Details

#db_cluster_snapshot_attributesArray<Types::DBClusterSnapshotAttribute>

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



4714
4715
4716
4717
4718
# File 'lib/aws-sdk-rds/types.rb', line 4714

class DBClusterSnapshotAttributesResult < Struct.new(
  :db_cluster_snapshot_identifier,
  :db_cluster_snapshot_attributes)
  include Aws::Structure
end

#db_cluster_snapshot_identifierString

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

Returns:

  • (String)


4714
4715
4716
4717
4718
# File 'lib/aws-sdk-rds/types.rb', line 4714

class DBClusterSnapshotAttributesResult < Struct.new(
  :db_cluster_snapshot_identifier,
  :db_cluster_snapshot_attributes)
  include Aws::Structure
end