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.
644 645 646 |
# File 'sig/types.rbs', line 644 def create_time @create_time end |
#delete_time ⇒ ::Time
Returns the value of attribute delete_time.
645 646 647 |
# File 'sig/types.rbs', line 645 def delete_time @delete_time end |
#failure_code ⇒ ::String
Returns the value of attribute failure_code.
647 648 649 |
# File 'sig/types.rbs', line 647 def failure_code @failure_code end |
#failure_message ⇒ ::String
Returns the value of attribute failure_message.
648 649 650 |
# File 'sig/types.rbs', line 648 def @failure_message end |
#listener_properties ⇒ ::Array[Types::ListenerProperty]
Returns the value of attribute listener_properties.
640 641 642 |
# File 'sig/types.rbs', line 640 def listener_properties @listener_properties end |
#nat_gateway_id ⇒ ::String
Returns the value of attribute nat_gateway_id.
637 638 639 |
# File 'sig/types.rbs', line 637 def nat_gateway_id @nat_gateway_id end |
#private_dns_name ⇒ ::String
Returns the value of attribute private_dns_name.
643 644 645 |
# File 'sig/types.rbs', line 643 def private_dns_name @private_dns_name end |
#proxy_arn ⇒ ::String
Returns the value of attribute proxy_arn.
634 635 636 |
# File 'sig/types.rbs', line 634 def proxy_arn @proxy_arn end |
#proxy_configuration_arn ⇒ ::String
Returns the value of attribute proxy_configuration_arn.
636 637 638 |
# File 'sig/types.rbs', line 636 def proxy_configuration_arn @proxy_configuration_arn end |
#proxy_configuration_name ⇒ ::String
Returns the value of attribute proxy_configuration_name.
635 636 637 |
# File 'sig/types.rbs', line 635 def proxy_configuration_name @proxy_configuration_name end |
#proxy_modify_state ⇒ "MODIFYING", ...
Returns the value of attribute proxy_modify_state.
639 640 641 |
# File 'sig/types.rbs', line 639 def proxy_modify_state @proxy_modify_state end |
#proxy_name ⇒ ::String
Returns the value of attribute proxy_name.
633 634 635 |
# File 'sig/types.rbs', line 633 def proxy_name @proxy_name end |
#proxy_state ⇒ "ATTACHING", ...
Returns the value of attribute proxy_state.
638 639 640 |
# File 'sig/types.rbs', line 638 def proxy_state @proxy_state end |
#tags ⇒ ::Array[Types::Tag]
Returns the value of attribute tags.
649 650 651 |
# File 'sig/types.rbs', line 649 def @tags end |
#tls_intercept_properties ⇒ Types::TlsInterceptProperties
Returns the value of attribute tls_intercept_properties.
641 642 643 |
# File 'sig/types.rbs', line 641 def tls_intercept_properties @tls_intercept_properties end |
#update_time ⇒ ::Time
Returns the value of attribute update_time.
646 647 648 |
# File 'sig/types.rbs', line 646 def update_time @update_time end |
#vpc_endpoint_service_name ⇒ ::String
Returns the value of attribute vpc_endpoint_service_name.
642 643 644 |
# File 'sig/types.rbs', line 642 def vpc_endpoint_service_name @vpc_endpoint_service_name end |