Class: Aws::Types::AutomaticTapeCreationRule
- Inherits:
-
Object
- Object
- Aws::Types::AutomaticTapeCreationRule
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#minimum_num_tapes ⇒ ::Integer
Returns the value of attribute minimum_num_tapes.
-
#pool_id ⇒ ::String
Returns the value of attribute pool_id.
-
#tape_barcode_prefix ⇒ ::String
Returns the value of attribute tape_barcode_prefix.
-
#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
#minimum_num_tapes ⇒ ::Integer
Returns the value of attribute minimum_num_tapes.
127 128 129 |
# File 'sig/types.rbs', line 127 def minimum_num_tapes @minimum_num_tapes end |
#pool_id ⇒ ::String
Returns the value of attribute pool_id.
125 126 127 |
# File 'sig/types.rbs', line 125 def pool_id @pool_id end |
#tape_barcode_prefix ⇒ ::String
Returns the value of attribute tape_barcode_prefix.
124 125 126 |
# File 'sig/types.rbs', line 124 def @tape_barcode_prefix end |
#tape_size_in_bytes ⇒ ::Integer
Returns the value of attribute tape_size_in_bytes.
126 127 128 |
# File 'sig/types.rbs', line 126 def tape_size_in_bytes @tape_size_in_bytes end |
#worm ⇒ Boolean
Returns the value of attribute worm.
128 129 130 |
# File 'sig/types.rbs', line 128 def worm @worm end |