Class: Aws::Types::CreateCachediSCSIVolumeInput
- Inherits:
-
Object
- Object
- Aws::Types::CreateCachediSCSIVolumeInput
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#client_token ⇒ ::String
Returns the value of attribute client_token.
-
#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.
-
#snapshot_id ⇒ ::String
Returns the value of attribute snapshot_id.
-
#source_volume_arn ⇒ ::String
Returns the value of attribute source_volume_arn.
-
#tags ⇒ ::Array[Types::Tag]
Returns the value of attribute tags.
-
#target_name ⇒ ::String
Returns the value of attribute target_name.
-
#volume_size_in_bytes ⇒ ::Integer
Returns the value of attribute volume_size_in_bytes.
Instance Attribute Details
#client_token ⇒ ::String
Returns the value of attribute client_token.
234 235 236 |
# File 'sig/types.rbs', line 234 def client_token @client_token end |
#gateway_arn ⇒ ::String
Returns the value of attribute gateway_arn.
228 229 230 |
# File 'sig/types.rbs', line 228 def gateway_arn @gateway_arn end |
#kms_encrypted ⇒ Boolean
Returns the value of attribute kms_encrypted.
235 236 237 |
# File 'sig/types.rbs', line 235 def kms_encrypted @kms_encrypted end |
#kms_key ⇒ ::String
Returns the value of attribute kms_key.
236 237 238 |
# File 'sig/types.rbs', line 236 def kms_key @kms_key end |
#network_interface_id ⇒ ::String
Returns the value of attribute network_interface_id.
233 234 235 |
# File 'sig/types.rbs', line 233 def network_interface_id @network_interface_id end |
#snapshot_id ⇒ ::String
Returns the value of attribute snapshot_id.
230 231 232 |
# File 'sig/types.rbs', line 230 def snapshot_id @snapshot_id end |
#source_volume_arn ⇒ ::String
Returns the value of attribute source_volume_arn.
232 233 234 |
# File 'sig/types.rbs', line 232 def source_volume_arn @source_volume_arn end |
#tags ⇒ ::Array[Types::Tag]
Returns the value of attribute tags.
237 238 239 |
# File 'sig/types.rbs', line 237 def @tags end |
#target_name ⇒ ::String
Returns the value of attribute target_name.
231 232 233 |
# File 'sig/types.rbs', line 231 def target_name @target_name end |
#volume_size_in_bytes ⇒ ::Integer
Returns the value of attribute volume_size_in_bytes.
229 230 231 |
# File 'sig/types.rbs', line 229 def volume_size_in_bytes @volume_size_in_bytes end |