Class: Aws::Types::EndpointInfo

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)


3243
3244
3245
# File 'sig/types.rbs', line 3243

def address
  @address
end

#display_name::String

Returns the value of attribute display_name.

Returns:

  • (::String)


3244
3245
3246
# File 'sig/types.rbs', line 3244

def display_name
  @display_name
end

#type"TELEPHONE_NUMBER", ...

Returns the value of attribute type.

Returns:

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


3242
3243
3244
# File 'sig/types.rbs', line 3242

def type
  @type
end