Class: Aws::Types::DeleteTapeArchiveInput
- Inherits:
-
Object
- Object
- Aws::Types::DeleteTapeArchiveInput
- 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.
-
#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.
487 488 489 |
# File 'sig/types.rbs', line 487 def bypass_governance_retention @bypass_governance_retention end |
#tape_arn ⇒ ::String
Returns the value of attribute tape_arn.
486 487 488 |
# File 'sig/types.rbs', line 486 def tape_arn @tape_arn end |