Class: Aws::Types::RetrieveTapeArchiveInput
- Inherits:
-
Object
- Object
- Aws::Types::RetrieveTapeArchiveInput
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#gateway_arn ⇒ ::String
Returns the value of attribute gateway_arn.
-
#tape_arn ⇒ ::String
Returns the value of attribute tape_arn.
Instance Attribute Details
#gateway_arn ⇒ ::String
Returns the value of attribute gateway_arn.
1204 1205 1206 |
# File 'sig/types.rbs', line 1204 def gateway_arn @gateway_arn end |
#tape_arn ⇒ ::String
Returns the value of attribute tape_arn.
1203 1204 1205 |
# File 'sig/types.rbs', line 1203 def tape_arn @tape_arn end |