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)


729
730
731
# File 'sig/types.rbs', line 729

def address
  @address
end

#hosted_zone_id::String

Returns the value of attribute hosted_zone_id.

Returns:

  • (::String)


731
732
733
# File 'sig/types.rbs', line 731

def hosted_zone_id
  @hosted_zone_id
end

#port::Integer

Returns the value of attribute port.

Returns:

  • (::Integer)


730
731
732
# File 'sig/types.rbs', line 730

def port
  @port
end