Class: Aws::Types::Proxy
- Inherits:
-
Object
- Object
- Aws::Types::Proxy
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#create_time ⇒ ::Time
Returns the value of attribute create_time.
-
#delete_time ⇒ ::Time
Returns the value of attribute delete_time.
-
#failure_code ⇒ ::String
Returns the value of attribute failure_code.
-
#failure_message ⇒ ::String
Returns the value of attribute failure_message.
-
#listener_properties ⇒ ::Array[Types::ListenerProperty]
Returns the value of attribute listener_properties.
-
#nat_gateway_id ⇒ ::String
Returns the value of attribute nat_gateway_id.
-
#proxy_arn ⇒ ::String
Returns the value of attribute proxy_arn.
-
#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_modify_state ⇒ "MODIFYING", ...
Returns the value of attribute proxy_modify_state.
-
#proxy_name ⇒ ::String
Returns the value of attribute proxy_name.
-
#proxy_state ⇒ "ATTACHING", ...
Returns the value of attribute proxy_state.
-
#tags ⇒ ::Array[Types::Tag]
Returns the value of attribute tags.
-
#tls_intercept_properties ⇒ Types::TlsInterceptProperties
Returns the value of attribute tls_intercept_properties.
-
#update_time ⇒ ::Time
Returns the value of attribute update_time.
Instance Attribute Details
#create_time ⇒ ::Time
Returns the value of attribute create_time.
1265 1266 1267 |
# File 'sig/types.rbs', line 1265 def create_time @create_time end |
#delete_time ⇒ ::Time
Returns the value of attribute delete_time.
1266 1267 1268 |
# File 'sig/types.rbs', line 1266 def delete_time @delete_time end |
#failure_code ⇒ ::String
Returns the value of attribute failure_code.
1268 1269 1270 |
# File 'sig/types.rbs', line 1268 def failure_code @failure_code end |
#failure_message ⇒ ::String
Returns the value of attribute failure_message.
1269 1270 1271 |
# File 'sig/types.rbs', line 1269 def @failure_message end |
#listener_properties ⇒ ::Array[Types::ListenerProperty]
Returns the value of attribute listener_properties.
1277 1278 1279 |
# File 'sig/types.rbs', line 1277 def listener_properties @listener_properties end |
#nat_gateway_id ⇒ ::String
Returns the value of attribute nat_gateway_id.
1272 1273 1274 |
# File 'sig/types.rbs', line 1272 def nat_gateway_id @nat_gateway_id end |
#proxy_arn ⇒ ::String
Returns the value of attribute proxy_arn.
1276 1277 1278 |
# File 'sig/types.rbs', line 1276 def proxy_arn @proxy_arn end |
#proxy_configuration_arn ⇒ ::String
Returns the value of attribute proxy_configuration_arn.
1274 1275 1276 |
# File 'sig/types.rbs', line 1274 def proxy_configuration_arn @proxy_configuration_arn end |
#proxy_configuration_name ⇒ ::String
Returns the value of attribute proxy_configuration_name.
1273 1274 1275 |
# File 'sig/types.rbs', line 1273 def proxy_configuration_name @proxy_configuration_name end |
#proxy_modify_state ⇒ "MODIFYING", ...
Returns the value of attribute proxy_modify_state.
1271 1272 1273 |
# File 'sig/types.rbs', line 1271 def proxy_modify_state @proxy_modify_state end |
#proxy_name ⇒ ::String
Returns the value of attribute proxy_name.
1275 1276 1277 |
# File 'sig/types.rbs', line 1275 def proxy_name @proxy_name end |
#proxy_state ⇒ "ATTACHING", ...
Returns the value of attribute proxy_state.
1270 1271 1272 |
# File 'sig/types.rbs', line 1270 def proxy_state @proxy_state end |
#tags ⇒ ::Array[Types::Tag]
Returns the value of attribute tags.
1279 1280 1281 |
# File 'sig/types.rbs', line 1279 def @tags end |
#tls_intercept_properties ⇒ Types::TlsInterceptProperties
Returns the value of attribute tls_intercept_properties.
1278 1279 1280 |
# File 'sig/types.rbs', line 1278 def tls_intercept_properties @tls_intercept_properties end |
#update_time ⇒ ::Time
Returns the value of attribute update_time.
1267 1268 1269 |
# File 'sig/types.rbs', line 1267 def update_time @update_time end |