Class: Aws::Types::AssignTapePoolInput
- Inherits:
-
Object
- Object
- Aws::Types::AssignTapePoolInput
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#bypass_governance_retention ⇒ Boolean
Returns the value of attribute bypass_governance_retention.
-
#pool_id ⇒ ::String
Returns the value of attribute pool_id.
-
#tape_arn ⇒ ::String
Returns the value of attribute tape_arn.
Instance Attribute Details
#bypass_governance_retention ⇒ Boolean
Returns the value of attribute bypass_governance_retention.
75 76 77 |
# File 'sig/types.rbs', line 75 def bypass_governance_retention @bypass_governance_retention end |
#pool_id ⇒ ::String
Returns the value of attribute pool_id.
74 75 76 |
# File 'sig/types.rbs', line 74 def pool_id @pool_id end |
#tape_arn ⇒ ::String
Returns the value of attribute tape_arn.
73 74 75 |
# File 'sig/types.rbs', line 73 def tape_arn @tape_arn end |