Class: Aws::SSMIncidents::Types::CreateResponsePlanOutput

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

Overview

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#arnString

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

Returns:

  • (String)


447
448
449
450
451
# File 'gems/aws-sdk-ssmincidents/lib/aws-sdk-ssmincidents/types.rb', line 447

class CreateResponsePlanOutput < Struct.new(
  :arn)
  SENSITIVE = []
  include Aws::Structure
end