Class: Aws::Types::CreateVolumeFromBackupRequest
- Inherits:
-
Object
- Object
- Aws::Types::CreateVolumeFromBackupRequest
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#backup_id ⇒ ::String
Returns the value of attribute backup_id.
-
#client_request_token ⇒ ::String
Returns the value of attribute client_request_token.
-
#name ⇒ ::String
Returns the value of attribute name.
-
#ontap_configuration ⇒ Types::CreateOntapVolumeConfiguration
Returns the value of attribute ontap_configuration.
-
#tags ⇒ ::Array[Types::Tag]
Returns the value of attribute tags.
Instance Attribute Details
#backup_id ⇒ ::String
Returns the value of attribute backup_id.
516 517 518 |
# File 'sig/types.rbs', line 516 def backup_id @backup_id end |
#client_request_token ⇒ ::String
Returns the value of attribute client_request_token.
517 518 519 |
# File 'sig/types.rbs', line 517 def client_request_token @client_request_token end |
#name ⇒ ::String
Returns the value of attribute name.
518 519 520 |
# File 'sig/types.rbs', line 518 def name @name end |
#ontap_configuration ⇒ Types::CreateOntapVolumeConfiguration
Returns the value of attribute ontap_configuration.
519 520 521 |
# File 'sig/types.rbs', line 519 def ontap_configuration @ontap_configuration end |
#tags ⇒ ::Array[Types::Tag]
Returns the value of attribute tags.
520 521 522 |
# File 'sig/types.rbs', line 520 def @tags end |