Class: Aws::Types::CreateSnapshotRequest
- Inherits:
-
Object
- Object
- Aws::Types::CreateSnapshotRequest
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#directory_id ⇒ ::String
Returns the value of attribute directory_id.
-
#name ⇒ ::String
Returns the value of attribute name.
Instance Attribute Details
#directory_id ⇒ ::String
Returns the value of attribute directory_id.
328 329 330 |
# File 'sig/types.rbs', line 328 def directory_id @directory_id end |
#name ⇒ ::String
Returns the value of attribute name.
329 330 331 |
# File 'sig/types.rbs', line 329 def name @name end |