Class: Aws::Types::TapeArchive
- Inherits:
-
Object
- Object
- Aws::Types::TapeArchive
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#completion_time ⇒ ::Time
Returns the value of attribute completion_time.
-
#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.
-
#retention_start_date ⇒ ::Time
Returns the value of attribute retention_start_date.
-
#retrieved_to ⇒ ::String
Returns the value of attribute retrieved_to.
-
#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.
-
#worm ⇒ Boolean
Returns the value of attribute worm.
Instance Attribute Details
#completion_time ⇒ ::Time
Returns the value of attribute completion_time.
1397 1398 1399 |
# File 'sig/types.rbs', line 1397 def completion_time @completion_time end |
#kms_key ⇒ ::String
Returns the value of attribute kms_key.
1401 1402 1403 |
# File 'sig/types.rbs', line 1401 def kms_key @kms_key end |
#pool_entry_date ⇒ ::Time
Returns the value of attribute pool_entry_date.
1405 1406 1407 |
# File 'sig/types.rbs', line 1405 def pool_entry_date @pool_entry_date end |
#pool_id ⇒ ::String
Returns the value of attribute pool_id.
1402 1403 1404 |
# File 'sig/types.rbs', line 1402 def pool_id @pool_id end |
#retention_start_date ⇒ ::Time
Returns the value of attribute retention_start_date.
1404 1405 1406 |
# File 'sig/types.rbs', line 1404 def retention_start_date @retention_start_date end |
#retrieved_to ⇒ ::String
Returns the value of attribute retrieved_to.
1398 1399 1400 |
# File 'sig/types.rbs', line 1398 def retrieved_to @retrieved_to end |
#tape_arn ⇒ ::String
Returns the value of attribute tape_arn.
1393 1394 1395 |
# File 'sig/types.rbs', line 1393 def tape_arn @tape_arn end |
#tape_barcode ⇒ ::String
Returns the value of attribute tape_barcode.
1394 1395 1396 |
# File 'sig/types.rbs', line 1394 def @tape_barcode end |
#tape_created_date ⇒ ::Time
Returns the value of attribute tape_created_date.
1395 1396 1397 |
# File 'sig/types.rbs', line 1395 def tape_created_date @tape_created_date end |
#tape_size_in_bytes ⇒ ::Integer
Returns the value of attribute tape_size_in_bytes.
1396 1397 1398 |
# File 'sig/types.rbs', line 1396 def tape_size_in_bytes @tape_size_in_bytes end |
#tape_status ⇒ ::String
Returns the value of attribute tape_status.
1399 1400 1401 |
# File 'sig/types.rbs', line 1399 def tape_status @tape_status end |
#tape_used_in_bytes ⇒ ::Integer
Returns the value of attribute tape_used_in_bytes.
1400 1401 1402 |
# File 'sig/types.rbs', line 1400 def tape_used_in_bytes @tape_used_in_bytes end |
#worm ⇒ Boolean
Returns the value of attribute worm.
1403 1404 1405 |
# File 'sig/types.rbs', line 1403 def worm @worm end |