Class: Aws::RDS::Types::DescribeDBSnapshotAttributesMessage
- Inherits:
-
Struct
- Object
- Struct
- Aws::RDS::Types::DescribeDBSnapshotAttributesMessage
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-rds/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#db_snapshot_identifier ⇒ String
The identifier for the DB snapshot to describe the attributes for.
Instance Attribute Details
#db_snapshot_identifier ⇒ String
The identifier for the DB snapshot to describe the attributes for.
13749 13750 13751 13752 13753 |
# File 'lib/aws-sdk-rds/types.rb', line 13749 class DescribeDBSnapshotAttributesMessage < Struct.new( :db_snapshot_identifier) SENSITIVE = [] include Aws::Structure end |