Class: Aws::SSMContacts::Types::DescribeEngagementRequest

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

Overview

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#engagement_idString

The Amazon Resource Name (ARN) of the engagement you want the details of.

Returns:

  • (String)


682
683
684
685
686
# File 'gems/aws-sdk-ssmcontacts/lib/aws-sdk-ssmcontacts/types.rb', line 682

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