Class: Aws::Types::Endpoint

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#address::String

Returns the value of attribute address.

Returns:

  • (::String)


1439
1440
1441
# File 'sig/types.rbs', line 1439

def address
  @address
end

#port::Integer

Returns the value of attribute port.

Returns:

  • (::Integer)


1440
1441
1442
# File 'sig/types.rbs', line 1440

def port
  @port
end

#vpc_endpoints::Array[Types::VpcEndpoint]

Returns the value of attribute vpc_endpoints.

Returns:



1441
1442
1443
# File 'sig/types.rbs', line 1441

def vpc_endpoints
  @vpc_endpoints
end