Class: Aws::Types::Tape
- Inherits:
-
Object
- Object
- Aws::Types::Tape
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#kms_key ⇒ ::String
Returns the value of attribute kms_key.
-
#pool_entry_date ⇒ ::Time
Returns the value of attribute pool_entry_date.
-
#pool_id ⇒ ::String
Returns the value of attribute pool_id.
-
#progress ⇒ ::Float
Returns the value of attribute progress.
-
#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_created_date ⇒ ::Time
Returns the value of attribute tape_created_date.
-
#tape_size_in_bytes ⇒ ::Integer
Returns the value of attribute tape_size_in_bytes.
-
#tape_status ⇒ ::String
Returns the value of attribute tape_status.
-
#tape_used_in_bytes ⇒ ::Integer
Returns the value of attribute tape_used_in_bytes.
-
#vtl_device ⇒ ::String
Returns the value of attribute vtl_device.
-
#worm ⇒ Boolean
Returns the value of attribute worm.
Instance Attribute Details
#kms_key ⇒ ::String
Returns the value of attribute kms_key.
1384 1385 1386 |
# File 'sig/types.rbs', line 1384 def kms_key @kms_key end |
#pool_entry_date ⇒ ::Time
Returns the value of attribute pool_entry_date.
1388 1389 1390 |
# File 'sig/types.rbs', line 1388 def pool_entry_date @pool_entry_date end |
#pool_id ⇒ ::String
Returns the value of attribute pool_id.
1385 1386 1387 |
# File 'sig/types.rbs', line 1385 def pool_id @pool_id end |
#progress ⇒ ::Float
Returns the value of attribute progress.
1382 1383 1384 |
# File 'sig/types.rbs', line 1382 def progress @progress end |
#retention_start_date ⇒ ::Time
Returns the value of attribute retention_start_date.
1387 1388 1389 |
# File 'sig/types.rbs', line 1387 def retention_start_date @retention_start_date end |
#tape_arn ⇒ ::String
Returns the value of attribute tape_arn.
1376 1377 1378 |
# File 'sig/types.rbs', line 1376 def tape_arn @tape_arn end |
#tape_barcode ⇒ ::String
Returns the value of attribute tape_barcode.
1377 1378 1379 |
# File 'sig/types.rbs', line 1377 def @tape_barcode end |
#tape_created_date ⇒ ::Time
Returns the value of attribute tape_created_date.
1378 1379 1380 |
# File 'sig/types.rbs', line 1378 def tape_created_date @tape_created_date end |
#tape_size_in_bytes ⇒ ::Integer
Returns the value of attribute tape_size_in_bytes.
1379 1380 1381 |
# File 'sig/types.rbs', line 1379 def tape_size_in_bytes @tape_size_in_bytes end |
#tape_status ⇒ ::String
Returns the value of attribute tape_status.
1380 1381 1382 |
# File 'sig/types.rbs', line 1380 def tape_status @tape_status end |
#tape_used_in_bytes ⇒ ::Integer
Returns the value of attribute tape_used_in_bytes.
1383 1384 1385 |
# File 'sig/types.rbs', line 1383 def tape_used_in_bytes @tape_used_in_bytes end |
#vtl_device ⇒ ::String
Returns the value of attribute vtl_device.
1381 1382 1383 |
# File 'sig/types.rbs', line 1381 def vtl_device @vtl_device end |
#worm ⇒ Boolean
Returns the value of attribute worm.
1386 1387 1388 |
# File 'sig/types.rbs', line 1386 def worm @worm end |