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.
1287 1288 1289 |
# File 'sig/types.rbs', line 1287 def create_time @create_time end |
#delete_time ⇒ ::Time
Returns the value of attribute delete_time.
1288 1289 1290 |
# File 'sig/types.rbs', line 1288 def delete_time @delete_time end |
#failure_code ⇒ ::String
Returns the value of attribute failure_code.
1290 1291 1292 |
# File 'sig/types.rbs', line 1290 def failure_code @failure_code end |
#failure_message ⇒ ::String
Returns the value of attribute failure_message.
1291 1292 1293 |
# File 'sig/types.rbs', line 1291 def @failure_message end |
#listener_properties ⇒ ::Array[Types::ListenerProperty]
Returns the value of attribute listener_properties.
1299 1300 1301 |
# File 'sig/types.rbs', line 1299 def listener_properties @listener_properties end |
#nat_gateway_id ⇒ ::String
Returns the value of attribute nat_gateway_id.
1294 1295 1296 |
# File 'sig/types.rbs', line 1294 def nat_gateway_id @nat_gateway_id end |
#proxy_arn ⇒ ::String
Returns the value of attribute proxy_arn.
1298 1299 1300 |
# File 'sig/types.rbs', line 1298 def proxy_arn @proxy_arn end |
#proxy_configuration_arn ⇒ ::String
Returns the value of attribute proxy_configuration_arn.
1296 1297 1298 |
# File 'sig/types.rbs', line 1296 def proxy_configuration_arn @proxy_configuration_arn end |
#proxy_configuration_name ⇒ ::String
Returns the value of attribute proxy_configuration_name.
1295 1296 1297 |
# File 'sig/types.rbs', line 1295 def proxy_configuration_name @proxy_configuration_name end |
#proxy_modify_state ⇒ "MODIFYING", ...
Returns the value of attribute proxy_modify_state.
1293 1294 1295 |
# File 'sig/types.rbs', line 1293 def proxy_modify_state @proxy_modify_state end |
#proxy_name ⇒ ::String
Returns the value of attribute proxy_name.
1297 1298 1299 |
# File 'sig/types.rbs', line 1297 def proxy_name @proxy_name end |
#proxy_state ⇒ "ATTACHING", ...
Returns the value of attribute proxy_state.
1292 1293 1294 |
# File 'sig/types.rbs', line 1292 def proxy_state @proxy_state end |
#tags ⇒ ::Array[Types::Tag]
Returns the value of attribute tags.
1301 1302 1303 |
# File 'sig/types.rbs', line 1301 def @tags end |
#tls_intercept_properties ⇒ Types::TlsInterceptProperties
Returns the value of attribute tls_intercept_properties.
1300 1301 1302 |
# File 'sig/types.rbs', line 1300 def tls_intercept_properties @tls_intercept_properties end |
#update_time ⇒ ::Time
Returns the value of attribute update_time.
1289 1290 1291 |
# File 'sig/types.rbs', line 1289 def update_time @update_time end |