Class: Aws::Types::DescribeTapesInput
- Inherits:
-
Object
- Object
- Aws::Types::DescribeTapesInput
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#gateway_arn ⇒ ::String
Returns the value of attribute gateway_arn.
-
#limit ⇒ ::Integer
Returns the value of attribute limit.
-
#marker ⇒ ::String
Returns the value of attribute marker.
-
#tape_arns ⇒ ::Array[::String]
Returns the value of attribute tape_arns.
Instance Attribute Details
#gateway_arn ⇒ ::String
Returns the value of attribute gateway_arn.
755 756 757 |
# File 'sig/types.rbs', line 755 def gateway_arn @gateway_arn end |
#limit ⇒ ::Integer
Returns the value of attribute limit.
758 759 760 |
# File 'sig/types.rbs', line 758 def limit @limit end |
#marker ⇒ ::String
Returns the value of attribute marker.
757 758 759 |
# File 'sig/types.rbs', line 757 def marker @marker end |
#tape_arns ⇒ ::Array[::String]
Returns the value of attribute tape_arns.
756 757 758 |
# File 'sig/types.rbs', line 756 def tape_arns @tape_arns end |