Class: Aws::Types::GetContactResult

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)


282
283
284
# File 'sig/types.rbs', line 282

def alias
  @alias
end

#contact_arn ⇒ ::String

Returns the value of attribute contact_arn.

Returns:

  • (::String)


281
282
283
# File 'sig/types.rbs', line 281

def contact_arn
  @contact_arn
end

#display_name ⇒ ::String

Returns the value of attribute display_name.

Returns:

  • (::String)


283
284
285
# File 'sig/types.rbs', line 283

def display_name
  @display_name
end

#plan ⇒ Types::Plan

Returns the value of attribute plan.

Returns:



285
286
287
# File 'sig/types.rbs', line 285

def plan
  @plan
end

#type ⇒ "PERSONAL", ...

Returns the value of attribute type.

Returns:

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


284
285
286
# File 'sig/types.rbs', line 284

def type
  @type
end