Class: Aws::SSMIncidents::Types::ResponsePlanSummary
- Inherits:
-
Struct
- Object
- Struct
- Aws::SSMIncidents::Types::ResponsePlanSummary
- Includes:
- Aws::Structure
- Defined in:
- 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
-
#arn ⇒ String
The Amazon Resource Name (ARN) of the response plan.
-
#display_name ⇒ String
The human readable name of the response plan.
-
#name ⇒ String
The name of the response plan.
Instance Attribute Details
#arn ⇒ String
The Amazon Resource Name (ARN) of the response plan.
2043 2044 2045 2046 2047 2048 2049 |
# File 'lib/aws-sdk-ssmincidents/types.rb', line 2043 class ResponsePlanSummary < Struct.new( :arn, :display_name, :name) SENSITIVE = [] include Aws::Structure end |
#display_name ⇒ String
The human readable name of the response plan. This can include spaces.
2043 2044 2045 2046 2047 2048 2049 |
# File 'lib/aws-sdk-ssmincidents/types.rb', line 2043 class ResponsePlanSummary < Struct.new( :arn, :display_name, :name) SENSITIVE = [] include Aws::Structure end |
#name ⇒ String
The name of the response plan. This can’t include spaces.
2043 2044 2045 2046 2047 2048 2049 |
# File 'lib/aws-sdk-ssmincidents/types.rb', line 2043 class ResponsePlanSummary < Struct.new( :arn, :display_name, :name) SENSITIVE = [] include Aws::Structure end |