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)


296
297
298
# File 'sig/types.rbs', line 296

def address
  @address
end

#port::Integer

Returns the value of attribute port.

Returns:

  • (::Integer)


297
298
299
# File 'sig/types.rbs', line 297

def port
  @port
end

#vpc_endpoints::Array[Types::VpcEndpoint]

Returns the value of attribute vpc_endpoints.

Returns:



298
299
300
# File 'sig/types.rbs', line 298

def vpc_endpoints
  @vpc_endpoints
end