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)


1444
1445
1446
# File 'sig/types.rbs', line 1444

def address
  @address
end

#port::Integer

Returns the value of attribute port.

Returns:

  • (::Integer)


1445
1446
1447
# File 'sig/types.rbs', line 1445

def port
  @port
end

#vpc_endpoints::Array[Types::VpcEndpoint]

Returns the value of attribute vpc_endpoints.

Returns:



1446
1447
1448
# File 'sig/types.rbs', line 1446

def vpc_endpoints
  @vpc_endpoints
end