Class: Aws::Types::CreateContactRequest

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#alias ⇒ ::String

Returns the value of attribute alias.

Returns:

  • (::String)


103
104
105
# File 'sig/types.rbs', line 103

def alias
  @alias
end

#display_name ⇒ ::String

Returns the value of attribute display_name.

Returns:

  • (::String)


104
105
106
# File 'sig/types.rbs', line 104

def display_name
  @display_name
end

#idempotency_token ⇒ ::String

Returns the value of attribute idempotency_token.

Returns:

  • (::String)


108
109
110
# File 'sig/types.rbs', line 108

def idempotency_token
  @idempotency_token
end

#plan ⇒ Types::Plan

Returns the value of attribute plan.

Returns:



106
107
108
# File 'sig/types.rbs', line 106

def plan
  @plan
end

#tags ⇒ ::Array[Types::Tag]

Returns the value of attribute tags.

Returns:



107
108
109
# File 'sig/types.rbs', line 107

def tags
  @tags
end

#type ⇒ "PERSONAL", ...

Returns the value of attribute type.

Returns:

  • ("PERSONAL", "ESCALATION", "ONCALL_SCHEDULE")


105
106
107
# File 'sig/types.rbs', line 105

def type
  @type
end