Class: Aws::Types::StartIncidentInput

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#client_token ⇒ ::String

Returns the value of attribute client_token.

Returns:

  • (::String)


663
664
665
# File 'sig/types.rbs', line 663

def client_token
  @client_token
end

#impact ⇒ ::Integer

Returns the value of attribute impact.

Returns:

  • (::Integer)


664
665
666
# File 'sig/types.rbs', line 664

def impact
  @impact
end

Returns the value of attribute related_items.

Returns:



665
666
667
# File 'sig/types.rbs', line 665

def related_items
  @related_items
end

#response_plan_arn ⇒ ::String

Returns the value of attribute response_plan_arn.

Returns:

  • (::String)


666
667
668
# File 'sig/types.rbs', line 666

def response_plan_arn
  @response_plan_arn
end

#title ⇒ ::String

Returns the value of attribute title.

Returns:

  • (::String)


667
668
669
# File 'sig/types.rbs', line 667

def title
  @title
end

#trigger_details ⇒ Types::TriggerDetails

Returns the value of attribute trigger_details.



668
669
670
# File 'sig/types.rbs', line 668

def trigger_details
  @trigger_details
end