Class: Aws::SSMContacts::Types::DescribeEngagementRequest
- Inherits:
-
Struct
- Object
- Struct
- Aws::SSMContacts::Types::DescribeEngagementRequest
- Includes:
- Aws::Structure
- Defined in:
- lib/aws-sdk-ssmcontacts/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#engagement_id ⇒ String
The Amazon Resource Name (ARN) of the engagement you want the details of.
Instance Attribute Details
#engagement_id ⇒ String
The Amazon Resource Name (ARN) of the engagement you want the details of.
682 683 684 685 686 |
# File 'lib/aws-sdk-ssmcontacts/types.rb', line 682 class DescribeEngagementRequest < Struct.new( :engagement_id) SENSITIVE = [] include Aws::Structure end |