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.
1914 1915 1916 |
# File 'sig/types.rbs', line 1914 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.
1915 1916 1917 |
# File 'sig/types.rbs', line 1915 def listener_properties_to_remove @listener_properties_to_remove end |
#nat_gateway_id ⇒ ::String
Returns the value of attribute nat_gateway_id.
1911 1912 1913 |
# File 'sig/types.rbs', line 1911 def nat_gateway_id @nat_gateway_id end |
#proxy_arn ⇒ ::String
Returns the value of attribute proxy_arn.
1913 1914 1915 |
# File 'sig/types.rbs', line 1913 def proxy_arn @proxy_arn end |
#proxy_name ⇒ ::String
Returns the value of attribute proxy_name.
1912 1913 1914 |
# File 'sig/types.rbs', line 1912 def proxy_name @proxy_name end |
#tls_intercept_properties ⇒ Types::TlsInterceptPropertiesRequest
Returns the value of attribute tls_intercept_properties.
1916 1917 1918 |
# File 'sig/types.rbs', line 1916 def tls_intercept_properties @tls_intercept_properties end |
#update_token ⇒ ::String
Returns the value of attribute update_token.
1917 1918 1919 |
# File 'sig/types.rbs', line 1917 def update_token @update_token end |