Class: Aws::Types::UpdateResponsePlanInput

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#actions ⇒ ::Array[Types::Action]

Returns the value of attribute actions.

Returns:



781
782
783
# File 'sig/types.rbs', line 781

def actions
  @actions
end

#arn ⇒ ::String

Returns the value of attribute arn.

Returns:

  • (::String)


782
783
784
# File 'sig/types.rbs', line 782

def arn
  @arn
end

#chat_channel ⇒ Types::ChatChannel

Returns the value of attribute chat_channel.

Returns:



783
784
785
# File 'sig/types.rbs', line 783

def chat_channel
  @chat_channel
end

#client_token ⇒ ::String

Returns the value of attribute client_token.

Returns:

  • (::String)


784
785
786
# File 'sig/types.rbs', line 784

def client_token
  @client_token
end

#display_name ⇒ ::String

Returns the value of attribute display_name.

Returns:

  • (::String)


785
786
787
# File 'sig/types.rbs', line 785

def display_name
  @display_name
end

#engagements ⇒ ::Array[::String]

Returns the value of attribute engagements.

Returns:

  • (::Array[::String])


786
787
788
# File 'sig/types.rbs', line 786

def engagements
  @engagements
end

#incident_template_dedupe_string ⇒ ::String

Returns the value of attribute incident_template_dedupe_string.

Returns:

  • (::String)


787
788
789
# File 'sig/types.rbs', line 787

def incident_template_dedupe_string
  @incident_template_dedupe_string
end

#incident_template_impact ⇒ ::Integer

Returns the value of attribute incident_template_impact.

Returns:

  • (::Integer)


788
789
790
# File 'sig/types.rbs', line 788

def incident_template_impact
  @incident_template_impact
end

#incident_template_notification_targets ⇒ ::Array[Types::NotificationTargetItem]

Returns the value of attribute incident_template_notification_targets.

Returns:



789
790
791
# File 'sig/types.rbs', line 789

def incident_template_notification_targets
  @incident_template_notification_targets
end

#incident_template_summary ⇒ ::String

Returns the value of attribute incident_template_summary.

Returns:

  • (::String)


790
791
792
# File 'sig/types.rbs', line 790

def incident_template_summary
  @incident_template_summary
end

#incident_template_tags ⇒ ::Hash[::String, ::String]

Returns the value of attribute incident_template_tags.

Returns:

  • (::Hash[::String, ::String])


791
792
793
# File 'sig/types.rbs', line 791

def incident_template_tags
  @incident_template_tags
end

#incident_template_title ⇒ ::String

Returns the value of attribute incident_template_title.

Returns:

  • (::String)


792
793
794
# File 'sig/types.rbs', line 792

def incident_template_title
  @incident_template_title
end

#integrations ⇒ ::Array[Types::Integration]

Returns the value of attribute integrations.

Returns:



793
794
795
# File 'sig/types.rbs', line 793

def integrations
  @integrations
end