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)


3184
3185
3186
# File 'sig/types.rbs', line 3184

def address
  @address
end

#type"TELEPHONE_NUMBER", ...

Returns the value of attribute type.

Returns:

  • ("TELEPHONE_NUMBER", "VOIP", "CONTACT_FLOW", "CONNECT_PHONENUMBER_ARN", "EMAIL_ADDRESS")


3183
3184
3185
# File 'sig/types.rbs', line 3183

def type
  @type
end