Class: Aws::Types::UpdateContactRequest

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#contact_id ⇒ ::String

Returns the value of attribute contact_id.

Returns:

  • (::String)


705
706
707
# File 'sig/types.rbs', line 705

def contact_id
  @contact_id
end

#display_name ⇒ ::String

Returns the value of attribute display_name.

Returns:

  • (::String)


706
707
708
# File 'sig/types.rbs', line 706

def display_name
  @display_name
end

#plan ⇒ Types::Plan

Returns the value of attribute plan.

Returns:



707
708
709
# File 'sig/types.rbs', line 707

def plan
  @plan
end