Class: Aws::Types::EndpointConfiguration

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

Constant Summary collapse

SENSITIVE =

Returns:

Instance Attribute Summary collapse

Instance Attribute Details

#ip_address_type"ipv4", "dualstack"

Returns the value of attribute ip_address_type.

Returns:



543
544
545
# File 'sig/types.rbs', line 543

def ip_address_type
  @ip_address_type
end

#types::Array[("REGIONAL" | "EDGE" | "PRIVATE")]

Returns the value of attribute types.

Returns:



542
543
544
# File 'sig/types.rbs', line 542

def types
  @types
end

#vpc_endpoint_ids::Array[::String]

Returns the value of attribute vpc_endpoint_ids.

Returns:



544
545
546
# File 'sig/types.rbs', line 544

def vpc_endpoint_ids
  @vpc_endpoint_ids
end