Class: Aws::Types::Contact

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)


54
55
56
# File 'sig/types.rbs', line 54

def alias
  @alias
end

#contact_arn ⇒ ::String

Returns the value of attribute contact_arn.

Returns:

  • (::String)


53
54
55
# File 'sig/types.rbs', line 53

def contact_arn
  @contact_arn
end

#display_name ⇒ ::String

Returns the value of attribute display_name.

Returns:

  • (::String)


55
56
57
# File 'sig/types.rbs', line 55

def display_name
  @display_name
end

#type ⇒ "PERSONAL", ...

Returns the value of attribute type.

Returns:

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


56
57
58
# File 'sig/types.rbs', line 56

def type
  @type
end