Class: Aws::Types::CreateTapeWithBarcodeInput
- Inherits:
-
Object
- Object
- Aws::Types::CreateTapeWithBarcodeInput
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#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.
-
#pool_id ⇒ ::String
Returns the value of attribute pool_id.
-
#tags ⇒ ::Array[Types::Tag]
Returns the value of attribute tags.
-
#tape_barcode ⇒ ::String
Returns the value of attribute tape_barcode.
-
#tape_size_in_bytes ⇒ ::Integer
Returns the value of attribute tape_size_in_bytes.
-
#worm ⇒ Boolean
Returns the value of attribute worm.
Instance Attribute Details
#gateway_arn ⇒ ::String
Returns the value of attribute gateway_arn.
376 377 378 |
# File 'sig/types.rbs', line 376 def gateway_arn @gateway_arn end |
#kms_encrypted ⇒ Boolean
Returns the value of attribute kms_encrypted.
379 380 381 |
# File 'sig/types.rbs', line 379 def kms_encrypted @kms_encrypted end |
#kms_key ⇒ ::String
Returns the value of attribute kms_key.
380 381 382 |
# File 'sig/types.rbs', line 380 def kms_key @kms_key end |
#pool_id ⇒ ::String
Returns the value of attribute pool_id.
381 382 383 |
# File 'sig/types.rbs', line 381 def pool_id @pool_id end |
#tags ⇒ ::Array[Types::Tag]
Returns the value of attribute tags.
383 384 385 |
# File 'sig/types.rbs', line 383 def end |
#tape_barcode ⇒ ::String
Returns the value of attribute tape_barcode.
378 379 380 |
# File 'sig/types.rbs', line 378 def end |
#tape_size_in_bytes ⇒ ::Integer
Returns the value of attribute tape_size_in_bytes.
377 378 379 |
# File 'sig/types.rbs', line 377 def tape_size_in_bytes @tape_size_in_bytes end |
#worm ⇒ Boolean
Returns the value of attribute worm.
382 383 384 |
# File 'sig/types.rbs', line 382 def worm @worm end |