Class: Aws::Types::ResolutionContact

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#contact_arn ⇒ ::String

Returns the value of attribute contact_arn.

Returns:

  • (::String)


555
556
557
# File 'sig/types.rbs', line 555

def contact_arn
  @contact_arn
end

#stage_index ⇒ ::Integer

Returns the value of attribute stage_index.

Returns:

  • (::Integer)


557
558
559
# File 'sig/types.rbs', line 557

def stage_index
  @stage_index
end

#type ⇒ "PERSONAL", ...

Returns the value of attribute type.

Returns:

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


556
557
558
# File 'sig/types.rbs', line 556

def type
  @type
end