Class: Aws::SSMIncidents::Types::ResponsePlanSummary

Inherits:
Struct
  • Object
show all
Defined in:
gems/aws-sdk-ssmincidents/lib/aws-sdk-ssmincidents/types.rb

Overview

Details of the response plan that are used when creating an incident.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#arnString

The Amazon Resource Name (ARN) of the response plan.

Returns:

  • (String)


2043
2044
2045
2046
2047
2048
2049
# File 'gems/aws-sdk-ssmincidents/lib/aws-sdk-ssmincidents/types.rb', line 2043

class ResponsePlanSummary < Struct.new(
  :arn,
  :display_name,
  :name)
  SENSITIVE = []
  include Aws::Structure
end

#display_nameString

The human readable name of the response plan. This can include spaces.

Returns:

  • (String)


2043
2044
2045
2046
2047
2048
2049
# File 'gems/aws-sdk-ssmincidents/lib/aws-sdk-ssmincidents/types.rb', line 2043

class ResponsePlanSummary < Struct.new(
  :arn,
  :display_name,
  :name)
  SENSITIVE = []
  include Aws::Structure
end

#nameString

The name of the response plan. This can't include spaces.

Returns:

  • (String)


2043
2044
2045
2046
2047
2048
2049
# File 'gems/aws-sdk-ssmincidents/lib/aws-sdk-ssmincidents/types.rb', line 2043

class ResponsePlanSummary < Struct.new(
  :arn,
  :display_name,
  :name)
  SENSITIVE = []
  include Aws::Structure
end