Class: Aws::Types::DBSnapshotAttributesResult
- Inherits:
-
Object
- Object
- Aws::Types::DBSnapshotAttributesResult
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#db_snapshot_attributes ⇒ ::Array[Types::DBSnapshotAttribute]
Returns the value of attribute db_snapshot_attributes.
-
#db_snapshot_identifier ⇒ ::String
Returns the value of attribute db_snapshot_identifier.
Instance Attribute Details
#db_snapshot_attributes ⇒ ::Array[Types::DBSnapshotAttribute]
Returns the value of attribute db_snapshot_attributes.
1675 1676 1677 |
# File 'sig/types.rbs', line 1675 def db_snapshot_attributes @db_snapshot_attributes end |
#db_snapshot_identifier ⇒ ::String
Returns the value of attribute db_snapshot_identifier.
1674 1675 1676 |
# File 'sig/types.rbs', line 1674 def db_snapshot_identifier @db_snapshot_identifier end |