Class: Aws::Types::CreateBackupRequest
- Inherits:
-
Object
- Object
- Aws::Types::CreateBackupRequest
- 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.
-
#file_system_id ⇒ ::String
Returns the value of attribute file_system_id.
-
#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.
235 236 237 |
# File 'sig/types.rbs', line 235 def client_request_token @client_request_token end |
#file_system_id ⇒ ::String
Returns the value of attribute file_system_id.
234 235 236 |
# File 'sig/types.rbs', line 234 def file_system_id @file_system_id end |
#tags ⇒ ::Array[Types::Tag]
Returns the value of attribute tags.
236 237 238 |
# File 'sig/types.rbs', line 236 def end |
#volume_id ⇒ ::String
Returns the value of attribute volume_id.
237 238 239 |
# File 'sig/types.rbs', line 237 def volume_id @volume_id end |