Class: Aws::Types::UpdateProxyRequest
- Inherits:
-
Object
- Object
- Aws::Types::UpdateProxyRequest
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#listener_properties_to_add ⇒ ::Array[Types::ListenerPropertyRequest]
Returns the value of attribute listener_properties_to_add.
-
#listener_properties_to_remove ⇒ ::Array[Types::ListenerPropertyRequest]
Returns the value of attribute listener_properties_to_remove.
-
#nat_gateway_id ⇒ ::String
Returns the value of attribute nat_gateway_id.
-
#proxy_arn ⇒ ::String
Returns the value of attribute proxy_arn.
-
#proxy_name ⇒ ::String
Returns the value of attribute proxy_name.
-
#tls_intercept_properties ⇒ Types::TlsInterceptPropertiesRequest
Returns the value of attribute tls_intercept_properties.
-
#update_token ⇒ ::String
Returns the value of attribute update_token.
Instance Attribute Details
#listener_properties_to_add ⇒ ::Array[Types::ListenerPropertyRequest]
Returns the value of attribute listener_properties_to_add.
1942 1943 1944 |
# File 'sig/types.rbs', line 1942 def listener_properties_to_add @listener_properties_to_add end |
#listener_properties_to_remove ⇒ ::Array[Types::ListenerPropertyRequest]
Returns the value of attribute listener_properties_to_remove.
1943 1944 1945 |
# File 'sig/types.rbs', line 1943 def listener_properties_to_remove @listener_properties_to_remove end |
#nat_gateway_id ⇒ ::String
Returns the value of attribute nat_gateway_id.
1939 1940 1941 |
# File 'sig/types.rbs', line 1939 def nat_gateway_id @nat_gateway_id end |
#proxy_arn ⇒ ::String
Returns the value of attribute proxy_arn.
1941 1942 1943 |
# File 'sig/types.rbs', line 1941 def proxy_arn @proxy_arn end |
#proxy_name ⇒ ::String
Returns the value of attribute proxy_name.
1940 1941 1942 |
# File 'sig/types.rbs', line 1940 def proxy_name @proxy_name end |
#tls_intercept_properties ⇒ Types::TlsInterceptPropertiesRequest
Returns the value of attribute tls_intercept_properties.
1944 1945 1946 |
# File 'sig/types.rbs', line 1944 def tls_intercept_properties @tls_intercept_properties end |
#update_token ⇒ ::String
Returns the value of attribute update_token.
1945 1946 1947 |
# File 'sig/types.rbs', line 1945 def update_token @update_token end |