Class: Aws::Types::DeleteTapeInput
- Inherits:
-
Object
- Object
- Aws::Types::DeleteTapeInput
- 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.
-
#gateway_arn ⇒ ::String
Returns the value of attribute gateway_arn.
-
#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.
499 500 501 |
# File 'sig/types.rbs', line 499 def bypass_governance_retention @bypass_governance_retention end |
#gateway_arn ⇒ ::String
Returns the value of attribute gateway_arn.
497 498 499 |
# File 'sig/types.rbs', line 497 def gateway_arn @gateway_arn end |
#tape_arn ⇒ ::String
Returns the value of attribute tape_arn.
498 499 500 |
# File 'sig/types.rbs', line 498 def tape_arn @tape_arn end |