Class: Aws::SSMContacts::Types::StopEngagementRequest
- Inherits:
-
Struct
- Object
- Struct
- Aws::SSMContacts::Types::StopEngagementRequest
- Defined in:
- gems/aws-sdk-ssmcontacts/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.
2261 2262 2263 2264 2265 2266 |
# File 'gems/aws-sdk-ssmcontacts/lib/aws-sdk-ssmcontacts/types.rb', line 2261 class StopEngagementRequest < Struct.new( :engagement_id, :reason) SENSITIVE = [] include Aws::Structure end |
#reason ⇒ String
The reason that you're stopping the engagement.
2261 2262 2263 2264 2265 2266 |
# File 'gems/aws-sdk-ssmcontacts/lib/aws-sdk-ssmcontacts/types.rb', line 2261 class StopEngagementRequest < Struct.new( :engagement_id, :reason) SENSITIVE = [] include Aws::Structure end |