Class: Aws::Types::TapeInfo
- Inherits:
-
Object
- Object
- Aws::Types::TapeInfo
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#gateway_arn ⇒ ::String
Returns the value of attribute gateway_arn.
-
#pool_entry_date ⇒ ::Time
Returns the value of attribute pool_entry_date.
-
#pool_id ⇒ ::String
Returns the value of attribute pool_id.
-
#retention_start_date ⇒ ::Time
Returns the value of attribute retention_start_date.
-
#tape_arn ⇒ ::String
Returns the value of attribute tape_arn.
-
#tape_barcode ⇒ ::String
Returns the value of attribute tape_barcode.
-
#tape_size_in_bytes ⇒ ::Integer
Returns the value of attribute tape_size_in_bytes.
-
#tape_status ⇒ ::String
Returns the value of attribute tape_status.
Instance Attribute Details
#gateway_arn ⇒ ::String
Returns the value of attribute gateway_arn.
1414 1415 1416 |
# File 'sig/types.rbs', line 1414 def gateway_arn @gateway_arn end |
#pool_entry_date ⇒ ::Time
Returns the value of attribute pool_entry_date.
1417 1418 1419 |
# File 'sig/types.rbs', line 1417 def pool_entry_date @pool_entry_date end |
#pool_id ⇒ ::String
Returns the value of attribute pool_id.
1415 1416 1417 |
# File 'sig/types.rbs', line 1415 def pool_id @pool_id end |
#retention_start_date ⇒ ::Time
Returns the value of attribute retention_start_date.
1416 1417 1418 |
# File 'sig/types.rbs', line 1416 def retention_start_date @retention_start_date end |
#tape_arn ⇒ ::String
Returns the value of attribute tape_arn.
1410 1411 1412 |
# File 'sig/types.rbs', line 1410 def tape_arn @tape_arn end |
#tape_barcode ⇒ ::String
Returns the value of attribute tape_barcode.
1411 1412 1413 |
# File 'sig/types.rbs', line 1411 def @tape_barcode end |
#tape_size_in_bytes ⇒ ::Integer
Returns the value of attribute tape_size_in_bytes.
1412 1413 1414 |
# File 'sig/types.rbs', line 1412 def tape_size_in_bytes @tape_size_in_bytes end |
#tape_status ⇒ ::String
Returns the value of attribute tape_status.
1413 1414 1415 |
# File 'sig/types.rbs', line 1413 def tape_status @tape_status end |