Class: Aws::Types::CancelRetrievalInput
- Inherits:
-
Object
- Object
- Aws::Types::CancelRetrievalInput
- 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.
209 210 211 |
# File 'sig/types.rbs', line 209 def gateway_arn @gateway_arn end |
#tape_arn ⇒ ::String
Returns the value of attribute tape_arn.
210 211 212 |
# File 'sig/types.rbs', line 210 def tape_arn @tape_arn end |