Class: Aws::Types::DescribeProxyResource
- Inherits:
-
Object
- Object
- Aws::Types::DescribeProxyResource
- 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.
-
#private_dns_name ⇒ ::String
Returns the value of attribute private_dns_name.
-
#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.
-
#vpc_endpoint_service_name ⇒ ::String
Returns the value of attribute vpc_endpoint_service_name.
Instance Attribute Details
#create_time ⇒ ::Time
Returns the value of attribute create_time.
639 640 641 |
# File 'sig/types.rbs', line 639 def create_time @create_time end |
#delete_time ⇒ ::Time
Returns the value of attribute delete_time.
640 641 642 |
# File 'sig/types.rbs', line 640 def delete_time @delete_time end |
#failure_code ⇒ ::String
Returns the value of attribute failure_code.
642 643 644 |
# File 'sig/types.rbs', line 642 def failure_code @failure_code end |
#failure_message ⇒ ::String
Returns the value of attribute failure_message.
643 644 645 |
# File 'sig/types.rbs', line 643 def @failure_message end |
#listener_properties ⇒ ::Array[Types::ListenerProperty]
Returns the value of attribute listener_properties.
635 636 637 |
# File 'sig/types.rbs', line 635 def listener_properties @listener_properties end |
#nat_gateway_id ⇒ ::String
Returns the value of attribute nat_gateway_id.
632 633 634 |
# File 'sig/types.rbs', line 632 def nat_gateway_id @nat_gateway_id end |
#private_dns_name ⇒ ::String
Returns the value of attribute private_dns_name.
638 639 640 |
# File 'sig/types.rbs', line 638 def private_dns_name @private_dns_name end |
#proxy_arn ⇒ ::String
Returns the value of attribute proxy_arn.
629 630 631 |
# File 'sig/types.rbs', line 629 def proxy_arn @proxy_arn end |
#proxy_configuration_arn ⇒ ::String
Returns the value of attribute proxy_configuration_arn.
631 632 633 |
# File 'sig/types.rbs', line 631 def proxy_configuration_arn @proxy_configuration_arn end |
#proxy_configuration_name ⇒ ::String
Returns the value of attribute proxy_configuration_name.
630 631 632 |
# File 'sig/types.rbs', line 630 def proxy_configuration_name @proxy_configuration_name end |
#proxy_modify_state ⇒ "MODIFYING", ...
Returns the value of attribute proxy_modify_state.
634 635 636 |
# File 'sig/types.rbs', line 634 def proxy_modify_state @proxy_modify_state end |
#proxy_name ⇒ ::String
Returns the value of attribute proxy_name.
628 629 630 |
# File 'sig/types.rbs', line 628 def proxy_name @proxy_name end |
#proxy_state ⇒ "ATTACHING", ...
Returns the value of attribute proxy_state.
633 634 635 |
# File 'sig/types.rbs', line 633 def proxy_state @proxy_state end |
#tags ⇒ ::Array[Types::Tag]
Returns the value of attribute tags.
644 645 646 |
# File 'sig/types.rbs', line 644 def @tags end |
#tls_intercept_properties ⇒ Types::TlsInterceptProperties
Returns the value of attribute tls_intercept_properties.
636 637 638 |
# File 'sig/types.rbs', line 636 def tls_intercept_properties @tls_intercept_properties end |
#update_time ⇒ ::Time
Returns the value of attribute update_time.
641 642 643 |
# File 'sig/types.rbs', line 641 def update_time @update_time end |
#vpc_endpoint_service_name ⇒ ::String
Returns the value of attribute vpc_endpoint_service_name.
637 638 639 |
# File 'sig/types.rbs', line 637 def vpc_endpoint_service_name @vpc_endpoint_service_name end |