Class: Aws::Types::ListLunaClientsResponse
- Inherits:
-
Object
- Object
- Aws::Types::ListLunaClientsResponse
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#client_list ⇒ ::Array[::String]
Returns the value of attribute client_list.
-
#next_token ⇒ ::String
Returns the value of attribute next_token.
Instance Attribute Details
#client_list ⇒ ::Array[::String]
Returns the value of attribute client_list.
216 217 218 |
# File 'sig/types.rbs', line 216 def client_list @client_list end |
#next_token ⇒ ::String
Returns the value of attribute next_token.
217 218 219 |
# File 'sig/types.rbs', line 217 def next_token @next_token end |