Class: Aws::Types::UpdateAutomaticTapeCreationPolicyInput
- Inherits:
-
Object
- Object
- Aws::Types::UpdateAutomaticTapeCreationPolicyInput
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#automatic_tape_creation_rules ⇒ ::Array[Types::AutomaticTapeCreationRule]
Returns the value of attribute automatic_tape_creation_rules.
-
#gateway_arn ⇒ ::String
Returns the value of attribute gateway_arn.
Instance Attribute Details
#automatic_tape_creation_rules ⇒ ::Array[Types::AutomaticTapeCreationRule]
Returns the value of attribute automatic_tape_creation_rules.
1430 1431 1432 |
# File 'sig/types.rbs', line 1430 def automatic_tape_creation_rules @automatic_tape_creation_rules end |
#gateway_arn ⇒ ::String
Returns the value of attribute gateway_arn.
1431 1432 1433 |
# File 'sig/types.rbs', line 1431 def gateway_arn @gateway_arn end |