Class: Aws::Types::CreateResponsePlanInput

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:



144
145
146
# File 'sig/types.rbs', line 144

def actions
  @actions
end

#chat_channel ⇒ Types::ChatChannel

Returns the value of attribute chat_channel.

Returns:



145
146
147
# File 'sig/types.rbs', line 145

def chat_channel
  @chat_channel
end

#client_token ⇒ ::String

Returns the value of attribute client_token.

Returns:

  • (::String)


146
147
148
# File 'sig/types.rbs', line 146

def client_token
  @client_token
end

#display_name ⇒ ::String

Returns the value of attribute display_name.

Returns:

  • (::String)


147
148
149
# File 'sig/types.rbs', line 147

def display_name
  @display_name
end

#engagements ⇒ ::Array[::String]

Returns the value of attribute engagements.

Returns:

  • (::Array[::String])


148
149
150
# File 'sig/types.rbs', line 148

def engagements
  @engagements
end

#incident_template ⇒ Types::IncidentTemplate

Returns the value of attribute incident_template.



149
150
151
# File 'sig/types.rbs', line 149

def incident_template
  @incident_template
end

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

Returns the value of attribute integrations.

Returns:



150
151
152
# File 'sig/types.rbs', line 150

def integrations
  @integrations
end

#name ⇒ ::String

Returns the value of attribute name.

Returns:

  • (::String)


151
152
153
# File 'sig/types.rbs', line 151

def name
  @name
end

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

Returns the value of attribute tags.

Returns:

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


152
153
154
# File 'sig/types.rbs', line 152

def tags
  @tags
end