Class: Aws::Types::ListProxyConfigurationsResponse

Inherits:
Object
  • Object
show all
Defined in:
sig/types.rbs

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#next_token ⇒ ::String

Returns the value of attribute next_token.

Returns:

  • (::String)


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.

Returns:



1141
1142
1143
# File 'sig/types.rbs', line 1141

def proxy_configurations
  @proxy_configurations
end