Class: Aws::Types::AutomaticTapeCreationPolicyInfo
- Inherits:
-
Object
- Object
- Aws::Types::AutomaticTapeCreationPolicyInfo
- 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.
118 119 120 |
# File 'sig/types.rbs', line 118 def automatic_tape_creation_rules @automatic_tape_creation_rules end |
#gateway_arn ⇒ ::String
Returns the value of attribute gateway_arn.
119 120 121 |
# File 'sig/types.rbs', line 119 def gateway_arn @gateway_arn end |