Class: Aws::Types::CreateStorediSCSIVolumeInput
- Inherits:
-
Object
- Object
- Aws::Types::CreateStorediSCSIVolumeInput
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#disk_id ⇒ ::String
Returns the value of attribute disk_id.
-
#gateway_arn ⇒ ::String
Returns the value of attribute gateway_arn.
-
#kms_encrypted ⇒ Boolean
Returns the value of attribute kms_encrypted.
-
#kms_key ⇒ ::String
Returns the value of attribute kms_key.
-
#network_interface_id ⇒ ::String
Returns the value of attribute network_interface_id.
-
#preserve_existing_data ⇒ Boolean
Returns the value of attribute preserve_existing_data.
-
#snapshot_id ⇒ ::String
Returns the value of attribute snapshot_id.
-
#tags ⇒ ::Array[Types::Tag]
Returns the value of attribute tags.
-
#target_name ⇒ ::String
Returns the value of attribute target_name.
Instance Attribute Details
#disk_id ⇒ ::String
Returns the value of attribute disk_id.
343 344 345 |
# File 'sig/types.rbs', line 343 def disk_id @disk_id end |
#gateway_arn ⇒ ::String
Returns the value of attribute gateway_arn.
342 343 344 |
# File 'sig/types.rbs', line 342 def gateway_arn @gateway_arn end |
#kms_encrypted ⇒ Boolean
Returns the value of attribute kms_encrypted.
348 349 350 |
# File 'sig/types.rbs', line 348 def kms_encrypted @kms_encrypted end |
#kms_key ⇒ ::String
Returns the value of attribute kms_key.
349 350 351 |
# File 'sig/types.rbs', line 349 def kms_key @kms_key end |
#network_interface_id ⇒ ::String
Returns the value of attribute network_interface_id.
347 348 349 |
# File 'sig/types.rbs', line 347 def network_interface_id @network_interface_id end |
#preserve_existing_data ⇒ Boolean
Returns the value of attribute preserve_existing_data.
345 346 347 |
# File 'sig/types.rbs', line 345 def preserve_existing_data @preserve_existing_data end |
#snapshot_id ⇒ ::String
Returns the value of attribute snapshot_id.
344 345 346 |
# File 'sig/types.rbs', line 344 def snapshot_id @snapshot_id end |
#tags ⇒ ::Array[Types::Tag]
Returns the value of attribute tags.
350 351 352 |
# File 'sig/types.rbs', line 350 def end |
#target_name ⇒ ::String
Returns the value of attribute target_name.
346 347 348 |
# File 'sig/types.rbs', line 346 def target_name @target_name end |