Class: Aws::SSMIncidents::Types::ResponsePlanSummary
- Inherits:
-
Struct
- Object
- Struct
- Aws::SSMIncidents::Types::ResponsePlanSummary
- 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
-
#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.
1861 1862 1863 1864 1865 1866 1867 |
# File 'gems/aws-sdk-ssmincidents/lib/aws-sdk-ssmincidents/types.rb', line 1861 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.
1861 1862 1863 1864 1865 1866 1867 |
# File 'gems/aws-sdk-ssmincidents/lib/aws-sdk-ssmincidents/types.rb', line 1861 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.
1861 1862 1863 1864 1865 1866 1867 |
# File 'gems/aws-sdk-ssmincidents/lib/aws-sdk-ssmincidents/types.rb', line 1861 class ResponsePlanSummary < Struct.new( :arn, :display_name, :name) SENSITIVE = [] include Aws::Structure end |