Class: Aws::SSMIncidents::Types::CreateResponsePlanOutput
- Inherits:
-
Struct
- Object
- Struct
- Aws::SSMIncidents::Types::CreateResponsePlanOutput
- Includes:
- Aws::Structure
- Defined in:
- lib/aws-sdk-ssmincidents/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#arn ⇒ String
The Amazon Resource Name (ARN) of the response plan.
Instance Attribute Details
#arn ⇒ String
The Amazon Resource Name (ARN) of the response plan.
447 448 449 450 451 |
# File 'lib/aws-sdk-ssmincidents/types.rb', line 447 class CreateResponsePlanOutput < Struct.new( :arn) SENSITIVE = [] include Aws::Structure end |