Class: Aws::Types::ListProxyConfigurationsResponse
- Inherits:
-
Object
- Object
- Aws::Types::ListProxyConfigurationsResponse
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#next_token ⇒ ::String
Returns the value of attribute next_token.
-
#proxy_configurations ⇒ ::Array[Types::ProxyConfigurationMetadata]
Returns the value of attribute proxy_configurations.
Instance Attribute Details
#next_token ⇒ ::String
Returns the value of attribute next_token.
1142 1143 1144 |
# File 'sig/types.rbs', line 1142 def next_token @next_token end |
#proxy_configurations ⇒ ::Array[Types::ProxyConfigurationMetadata]
Returns the value of attribute proxy_configurations.
1141 1142 1143 |
# File 'sig/types.rbs', line 1141 def proxy_configurations @proxy_configurations end |