Class: Aws::Neptune::Types::DescribeDBClusterSnapshotAttributesResult

Inherits:
Struct
  • Object
show all
Defined in:
gems/aws-sdk-neptune/lib/aws-sdk-neptune/types.rb

Overview

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#db_cluster_snapshot_attributes_resultTypes::DBClusterSnapshotAttributesResult

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

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



3974
3975
3976
3977
3978
# File 'gems/aws-sdk-neptune/lib/aws-sdk-neptune/types.rb', line 3974

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