Class: Aws::Types::CreateTapePoolInput
- Inherits:
-
Object
- Object
- Aws::Types::CreateTapePoolInput
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#pool_name ⇒ ::String
Returns the value of attribute pool_name.
-
#retention_lock_time_in_days ⇒ ::Integer
Returns the value of attribute retention_lock_time_in_days.
-
#retention_lock_type ⇒ "COMPLIANCE", ...
Returns the value of attribute retention_lock_type.
-
#storage_class ⇒ "DEEP_ARCHIVE", "GLACIER"
Returns the value of attribute storage_class.
-
#tags ⇒ ::Array[Types::Tag]
Returns the value of attribute tags.
Instance Attribute Details
#pool_name ⇒ ::String
Returns the value of attribute pool_name.
362 363 364 |
# File 'sig/types.rbs', line 362 def pool_name @pool_name end |
#retention_lock_time_in_days ⇒ ::Integer
Returns the value of attribute retention_lock_time_in_days.
365 366 367 |
# File 'sig/types.rbs', line 365 def retention_lock_time_in_days @retention_lock_time_in_days end |
#retention_lock_type ⇒ "COMPLIANCE", ...
Returns the value of attribute retention_lock_type.
364 365 366 |
# File 'sig/types.rbs', line 364 def retention_lock_type @retention_lock_type end |
#storage_class ⇒ "DEEP_ARCHIVE", "GLACIER"
Returns the value of attribute storage_class.
363 364 365 |
# File 'sig/types.rbs', line 363 def storage_class @storage_class end |
#tags ⇒ ::Array[Types::Tag]
Returns the value of attribute tags.
366 367 368 |
# File 'sig/types.rbs', line 366 def end |