Class: Aws::Types::VpcEndpointConnection
- Inherits:
-
Object
- Object
- Aws::Types::VpcEndpointConnection
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#creation_timestamp ⇒ ::Time
Returns the value of attribute creation_timestamp.
-
#dns_entries ⇒ ::Array[Types::DnsEntry]
Returns the value of attribute dns_entries.
-
#gateway_load_balancer_arns ⇒ ::Array[::String]
Returns the value of attribute gateway_load_balancer_arns.
-
#ip_address_type ⇒ "ipv4", ...
Returns the value of attribute ip_address_type.
-
#network_load_balancer_arns ⇒ ::Array[::String]
Returns the value of attribute network_load_balancer_arns.
-
#payer_responsibilities ⇒ ::Array[Types::PayerResponsibilityEntry]
Returns the value of attribute payer_responsibilities.
-
#service_id ⇒ ::String
Returns the value of attribute service_id.
-
#tags ⇒ ::Array[Types::Tag]
Returns the value of attribute tags.
-
#vpc_endpoint_connection_id ⇒ ::String
Returns the value of attribute vpc_endpoint_connection_id.
-
#vpc_endpoint_id ⇒ ::String
Returns the value of attribute vpc_endpoint_id.
-
#vpc_endpoint_owner ⇒ ::String
Returns the value of attribute vpc_endpoint_owner.
-
#vpc_endpoint_region ⇒ ::String
Returns the value of attribute vpc_endpoint_region.
-
#vpc_endpoint_state ⇒ "PendingAcceptance", ...
Returns the value of attribute vpc_endpoint_state.
Instance Attribute Details
#creation_timestamp ⇒ ::Time
Returns the value of attribute creation_timestamp.
19118 19119 19120 |
# File 'sig/types.rbs', line 19118 def @creation_timestamp end |
#dns_entries ⇒ ::Array[Types::DnsEntry]
Returns the value of attribute dns_entries.
19119 19120 19121 |
# File 'sig/types.rbs', line 19119 def dns_entries @dns_entries end |
#gateway_load_balancer_arns ⇒ ::Array[::String]
Returns the value of attribute gateway_load_balancer_arns.
19121 19122 19123 |
# File 'sig/types.rbs', line 19121 def gateway_load_balancer_arns @gateway_load_balancer_arns end |
#ip_address_type ⇒ "ipv4", ...
Returns the value of attribute ip_address_type.
19122 19123 19124 |
# File 'sig/types.rbs', line 19122 def ip_address_type @ip_address_type end |
#network_load_balancer_arns ⇒ ::Array[::String]
Returns the value of attribute network_load_balancer_arns.
19120 19121 19122 |
# File 'sig/types.rbs', line 19120 def network_load_balancer_arns @network_load_balancer_arns end |
#payer_responsibilities ⇒ ::Array[Types::PayerResponsibilityEntry]
Returns the value of attribute payer_responsibilities.
19126 19127 19128 |
# File 'sig/types.rbs', line 19126 def payer_responsibilities @payer_responsibilities end |
#service_id ⇒ ::String
Returns the value of attribute service_id.
19114 19115 19116 |
# File 'sig/types.rbs', line 19114 def service_id @service_id end |
#tags ⇒ ::Array[Types::Tag]
Returns the value of attribute tags.
19124 19125 19126 |
# File 'sig/types.rbs', line 19124 def @tags end |
#vpc_endpoint_connection_id ⇒ ::String
Returns the value of attribute vpc_endpoint_connection_id.
19123 19124 19125 |
# File 'sig/types.rbs', line 19123 def vpc_endpoint_connection_id @vpc_endpoint_connection_id end |
#vpc_endpoint_id ⇒ ::String
Returns the value of attribute vpc_endpoint_id.
19115 19116 19117 |
# File 'sig/types.rbs', line 19115 def vpc_endpoint_id @vpc_endpoint_id end |
#vpc_endpoint_owner ⇒ ::String
Returns the value of attribute vpc_endpoint_owner.
19116 19117 19118 |
# File 'sig/types.rbs', line 19116 def vpc_endpoint_owner @vpc_endpoint_owner end |
#vpc_endpoint_region ⇒ ::String
Returns the value of attribute vpc_endpoint_region.
19125 19126 19127 |
# File 'sig/types.rbs', line 19125 def vpc_endpoint_region @vpc_endpoint_region end |
#vpc_endpoint_state ⇒ "PendingAcceptance", ...
Returns the value of attribute vpc_endpoint_state.
19117 19118 19119 |
# File 'sig/types.rbs', line 19117 def vpc_endpoint_state @vpc_endpoint_state end |