Class: Aws::Neptune::Types::DescribeDBClusterSnapshotAttributesMessage
- Inherits:
-
Struct
- Object
- Struct
- Aws::Neptune::Types::DescribeDBClusterSnapshotAttributesMessage
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-neptune/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#db_cluster_snapshot_identifier ⇒ String
The identifier for the DB cluster snapshot to describe the attributes for.
Instance Attribute Details
#db_cluster_snapshot_identifier ⇒ String
The identifier for the DB cluster snapshot to describe the attributes for.
3956 3957 3958 3959 3960 |
# File 'lib/aws-sdk-neptune/types.rb', line 3956 class DescribeDBClusterSnapshotAttributesMessage < Struct.new( :db_cluster_snapshot_identifier) SENSITIVE = [] include Aws::Structure end |