Class: Aws::Types::CreateContactMethodRequest

Inherits:
Object
  • Object
show all
Defined in:
sig/types.rbs

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#contact_endpoint::String

Returns the value of attribute contact_endpoint.

Returns:

  • (::String)


579
580
581
# File 'sig/types.rbs', line 579

def contact_endpoint
  @contact_endpoint
end

#protocol"Email", "SMS"

Returns the value of attribute protocol.

Returns:

  • ("Email", "SMS")


578
579
580
# File 'sig/types.rbs', line 578

def protocol
  @protocol
end

#tags::Array[Types::Tag]

Returns the value of attribute tags.

Returns:



580
581
582
# File 'sig/types.rbs', line 580

def tags
  @tags
end