Class: Aws::Types::ListSuitesRequest
- Inherits:
-
Object
- Object
- Aws::Types::ListSuitesRequest
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#arn ⇒ ::String
Returns the value of attribute arn.
-
#next_token ⇒ ::String
Returns the value of attribute next_token.
Instance Attribute Details
#arn ⇒ ::String
Returns the value of attribute arn.
829 830 831 |
# File 'sig/types.rbs', line 829 def arn @arn end |
#next_token ⇒ ::String
Returns the value of attribute next_token.
830 831 832 |
# File 'sig/types.rbs', line 830 def next_token @next_token end |