Class: Aws::Types::CreateSnapshotRequest
- Inherits:
-
Object
- Object
- Aws::Types::CreateSnapshotRequest
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#client_request_token ⇒ ::String
Returns the value of attribute client_request_token.
-
#name ⇒ ::String
Returns the value of attribute name.
-
#tags ⇒ ::Array[Types::Tag]
Returns the value of attribute tags.
-
#volume_id ⇒ ::String
Returns the value of attribute volume_id.
Instance Attribute Details
#client_request_token ⇒ ::String
Returns the value of attribute client_request_token.
481 482 483 |
# File 'sig/types.rbs', line 481 def client_request_token @client_request_token end |
#name ⇒ ::String
Returns the value of attribute name.
482 483 484 |
# File 'sig/types.rbs', line 482 def name @name end |
#tags ⇒ ::Array[Types::Tag]
Returns the value of attribute tags.
484 485 486 |
# File 'sig/types.rbs', line 484 def @tags end |
#volume_id ⇒ ::String
Returns the value of attribute volume_id.
483 484 485 |
# File 'sig/types.rbs', line 483 def volume_id @volume_id end |