Class: Aws::Types::ListConfigsResponse
- Inherits:
-
Object
- Object
- Aws::Types::ListConfigsResponse
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#config_list ⇒ ::Array[Types::ConfigListItem]
Returns the value of attribute config_list.
-
#next_token ⇒ ::String
Returns the value of attribute next_token.
Instance Attribute Details
#config_list ⇒ ::Array[Types::ConfigListItem]
Returns the value of attribute config_list.
814 815 816 |
# File 'sig/types.rbs', line 814 def config_list @config_list end |
#next_token ⇒ ::String
Returns the value of attribute next_token.
813 814 815 |
# File 'sig/types.rbs', line 813 def next_token @next_token end |