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)


3190
3191
3192
# File 'sig/types.rbs', line 3190

def address
  @address
end

#display_name::String

Returns the value of attribute display_name.

Returns:

  • (::String)


3191
3192
3193
# File 'sig/types.rbs', line 3191

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")


3189
3190
3191
# File 'sig/types.rbs', line 3189

def type
  @type
end