Class: Aws::Types::CreateProxyRequest
- Inherits:
-
Object
- Object
- Aws::Types::CreateProxyRequest
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#listener_properties ⇒ ::Array[Types::ListenerPropertyRequest]
Returns the value of attribute listener_properties.
-
#nat_gateway_id ⇒ ::String
Returns the value of attribute nat_gateway_id.
-
#proxy_configuration_arn ⇒ ::String
Returns the value of attribute proxy_configuration_arn.
-
#proxy_configuration_name ⇒ ::String
Returns the value of attribute proxy_configuration_name.
-
#proxy_name ⇒ ::String
Returns the value of attribute proxy_name.
-
#tags ⇒ ::Array[Types::Tag]
Returns the value of attribute tags.
-
#tls_intercept_properties ⇒ Types::TlsInterceptPropertiesRequest
Returns the value of attribute tls_intercept_properties.
Instance Attribute Details
#listener_properties ⇒ ::Array[Types::ListenerPropertyRequest]
Returns the value of attribute listener_properties.
260 261 262 |
# File 'sig/types.rbs', line 260 def listener_properties @listener_properties end |
#nat_gateway_id ⇒ ::String
Returns the value of attribute nat_gateway_id.
257 258 259 |
# File 'sig/types.rbs', line 257 def nat_gateway_id @nat_gateway_id end |
#proxy_configuration_arn ⇒ ::String
Returns the value of attribute proxy_configuration_arn.
259 260 261 |
# File 'sig/types.rbs', line 259 def proxy_configuration_arn @proxy_configuration_arn end |
#proxy_configuration_name ⇒ ::String
Returns the value of attribute proxy_configuration_name.
258 259 260 |
# File 'sig/types.rbs', line 258 def proxy_configuration_name @proxy_configuration_name end |
#proxy_name ⇒ ::String
Returns the value of attribute proxy_name.
256 257 258 |
# File 'sig/types.rbs', line 256 def proxy_name @proxy_name end |
#tags ⇒ ::Array[Types::Tag]
Returns the value of attribute tags.
262 263 264 |
# File 'sig/types.rbs', line 262 def @tags end |
#tls_intercept_properties ⇒ Types::TlsInterceptPropertiesRequest
Returns the value of attribute tls_intercept_properties.
261 262 263 |
# File 'sig/types.rbs', line 261 def tls_intercept_properties @tls_intercept_properties end |