Class: Aws::Types::AwsEc2VpcEndpointServiceDetails
- Inherits:
-
Object
- Object
- Aws::Types::AwsEc2VpcEndpointServiceDetails
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#acceptance_required ⇒ Boolean
Returns the value of attribute acceptance_required.
-
#availability_zones ⇒ ::Array[::String]
Returns the value of attribute availability_zones.
-
#base_endpoint_dns_names ⇒ ::Array[::String]
Returns the value of attribute base_endpoint_dns_names.
-
#gateway_load_balancer_arns ⇒ ::Array[::String]
Returns the value of attribute gateway_load_balancer_arns.
-
#manages_vpc_endpoints ⇒ Boolean
Returns the value of attribute manages_vpc_endpoints.
-
#network_load_balancer_arns ⇒ ::Array[::String]
Returns the value of attribute network_load_balancer_arns.
-
#private_dns_name ⇒ ::String
Returns the value of attribute private_dns_name.
-
#service_id ⇒ ::String
Returns the value of attribute service_id.
-
#service_name ⇒ ::String
Returns the value of attribute service_name.
-
#service_state ⇒ ::String
Returns the value of attribute service_state.
-
#service_type ⇒ ::Array[Types::AwsEc2VpcEndpointServiceServiceTypeDetails]
Returns the value of attribute service_type.
Instance Attribute Details
#acceptance_required ⇒ Boolean
Returns the value of attribute acceptance_required.
1923 1924 1925 |
# File 'sig/types.rbs', line 1923 def acceptance_required @acceptance_required end |
#availability_zones ⇒ ::Array[::String]
Returns the value of attribute availability_zones.
1924 1925 1926 |
# File 'sig/types.rbs', line 1924 def availability_zones @availability_zones end |
#base_endpoint_dns_names ⇒ ::Array[::String]
Returns the value of attribute base_endpoint_dns_names.
1925 1926 1927 |
# File 'sig/types.rbs', line 1925 def base_endpoint_dns_names @base_endpoint_dns_names end |
#gateway_load_balancer_arns ⇒ ::Array[::String]
Returns the value of attribute gateway_load_balancer_arns.
1927 1928 1929 |
# File 'sig/types.rbs', line 1927 def gateway_load_balancer_arns @gateway_load_balancer_arns end |
#manages_vpc_endpoints ⇒ Boolean
Returns the value of attribute manages_vpc_endpoints.
1926 1927 1928 |
# File 'sig/types.rbs', line 1926 def manages_vpc_endpoints @manages_vpc_endpoints end |
#network_load_balancer_arns ⇒ ::Array[::String]
Returns the value of attribute network_load_balancer_arns.
1928 1929 1930 |
# File 'sig/types.rbs', line 1928 def network_load_balancer_arns @network_load_balancer_arns end |
#private_dns_name ⇒ ::String
Returns the value of attribute private_dns_name.
1929 1930 1931 |
# File 'sig/types.rbs', line 1929 def private_dns_name @private_dns_name end |
#service_id ⇒ ::String
Returns the value of attribute service_id.
1930 1931 1932 |
# File 'sig/types.rbs', line 1930 def service_id @service_id end |
#service_name ⇒ ::String
Returns the value of attribute service_name.
1931 1932 1933 |
# File 'sig/types.rbs', line 1931 def service_name @service_name end |
#service_state ⇒ ::String
Returns the value of attribute service_state.
1932 1933 1934 |
# File 'sig/types.rbs', line 1932 def service_state @service_state end |
#service_type ⇒ ::Array[Types::AwsEc2VpcEndpointServiceServiceTypeDetails]
Returns the value of attribute service_type.
1933 1934 1935 |
# File 'sig/types.rbs', line 1933 def service_type @service_type end |