Class: Aws::SSMIncidents::Types::GetResponsePlanInput

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)


941
942
943
944
945
# File 'gems/aws-sdk-ssmincidents/lib/aws-sdk-ssmincidents/types.rb', line 941

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