Class: Aws::Types::GetResponsePlanOutput

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:



335
336
337
# File 'sig/types.rbs', line 335

def actions
  @actions
end

#arn ⇒ ::String

Returns the value of attribute arn.

Returns:

  • (::String)


336
337
338
# File 'sig/types.rbs', line 336

def arn
  @arn
end

#chat_channel ⇒ Types::ChatChannel

Returns the value of attribute chat_channel.

Returns:



337
338
339
# File 'sig/types.rbs', line 337

def chat_channel
  @chat_channel
end

#display_name ⇒ ::String

Returns the value of attribute display_name.

Returns:

  • (::String)


338
339
340
# File 'sig/types.rbs', line 338

def display_name
  @display_name
end

#engagements ⇒ ::Array[::String]

Returns the value of attribute engagements.

Returns:

  • (::Array[::String])


339
340
341
# File 'sig/types.rbs', line 339

def engagements
  @engagements
end

#incident_template ⇒ Types::IncidentTemplate

Returns the value of attribute incident_template.



340
341
342
# File 'sig/types.rbs', line 340

def incident_template
  @incident_template
end

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

Returns the value of attribute integrations.

Returns:



341
342
343
# File 'sig/types.rbs', line 341

def integrations
  @integrations
end

#name ⇒ ::String

Returns the value of attribute name.

Returns:

  • (::String)


342
343
344
# File 'sig/types.rbs', line 342

def name
  @name
end