Class: Aws::Types::AwsEc2VpcEndpointServiceDetails

Inherits:
Object
  • Object
show all
Defined in:
sig/types.rbs

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#acceptance_requiredBoolean

Returns the value of attribute acceptance_required.

Returns:

  • (Boolean)


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.

Returns:

  • (::Array[::String])


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.

Returns:

  • (::Array[::String])


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.

Returns:

  • (::Array[::String])


1927
1928
1929
# File 'sig/types.rbs', line 1927

def gateway_load_balancer_arns
  @gateway_load_balancer_arns
end

#manages_vpc_endpointsBoolean

Returns the value of attribute manages_vpc_endpoints.

Returns:

  • (Boolean)


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.

Returns:

  • (::Array[::String])


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.

Returns:

  • (::String)


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.

Returns:

  • (::String)


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.

Returns:

  • (::String)


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.

Returns:

  • (::String)


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