Class: Aws::SSMContacts::Types::StopEngagementRequest
- Inherits:
-
Struct
- Object
- Struct
- Aws::SSMContacts::Types::StopEngagementRequest
- 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.
-
#reason ⇒ String
The reason that you’re stopping the engagement.
Instance Attribute Details
#engagement_id ⇒ String
The Amazon Resource Name (ARN) of the engagement.
2246 2247 2248 2249 2250 2251 |
# File 'lib/aws-sdk-ssmcontacts/types.rb', line 2246 class StopEngagementRequest < Struct.new( :engagement_id, :reason) SENSITIVE = [] include Aws::Structure end |
#reason ⇒ String
The reason that you’re stopping the engagement.
2246 2247 2248 2249 2250 2251 |
# File 'lib/aws-sdk-ssmcontacts/types.rb', line 2246 class StopEngagementRequest < Struct.new( :engagement_id, :reason) SENSITIVE = [] include Aws::Structure end |