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)


2527
2528
2529
# File 'sig/types.rbs', line 2527

def address
  @address
end

#hosted_zone_id::String

Returns the value of attribute hosted_zone_id.

Returns:

  • (::String)


2529
2530
2531
# File 'sig/types.rbs', line 2529

def hosted_zone_id
  @hosted_zone_id
end

#port::Integer

Returns the value of attribute port.

Returns:

  • (::Integer)


2528
2529
2530
# File 'sig/types.rbs', line 2528

def port
  @port
end