Class: Aws::Types::EndpointDetails

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#address_allocation_ids::Array[::String]

Returns the value of attribute address_allocation_ids.

Returns:

  • (::Array[::String])


706
707
708
# File 'sig/types.rbs', line 706

def address_allocation_ids
  @address_allocation_ids
end

#security_group_ids::Array[::String]

Returns the value of attribute security_group_ids.

Returns:

  • (::Array[::String])


710
711
712
# File 'sig/types.rbs', line 710

def security_group_ids
  @security_group_ids
end

#subnet_ids::Array[::String]

Returns the value of attribute subnet_ids.

Returns:

  • (::Array[::String])


707
708
709
# File 'sig/types.rbs', line 707

def subnet_ids
  @subnet_ids
end

#vpc_endpoint_id::String

Returns the value of attribute vpc_endpoint_id.

Returns:

  • (::String)


708
709
710
# File 'sig/types.rbs', line 708

def vpc_endpoint_id
  @vpc_endpoint_id
end

#vpc_id::String

Returns the value of attribute vpc_id.

Returns:

  • (::String)


709
710
711
# File 'sig/types.rbs', line 709

def vpc_id
  @vpc_id
end