Class: Aws::Neptune::Types::DescribeDBClusterSnapshotAttributesMessage

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

Overview

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#db_cluster_snapshot_identifierString

The identifier for the DB cluster snapshot to describe the attributes for.

Returns:

  • (String)


4078
4079
4080
4081
4082
# File 'lib/aws-sdk-neptune/types.rb', line 4078

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