Class: Aws::PartnerCentralSelling::Types::CreateEngagementResponse
- Inherits:
-
Struct
- Object
- Struct
- Aws::PartnerCentralSelling::Types::CreateEngagementResponse
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-partnercentralselling/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#arn ⇒ String
The Amazon Resource Name (ARN) that identifies the engagement.
-
#id ⇒ String
Unique identifier assigned to the newly created engagement.
Instance Attribute Details
#arn ⇒ String
The Amazon Resource Name (ARN) that identifies the engagement.
770 771 772 773 774 775 |
# File 'lib/aws-sdk-partnercentralselling/types.rb', line 770 class CreateEngagementResponse < Struct.new( :arn, :id) SENSITIVE = [] include Aws::Structure end |
#id ⇒ String
Unique identifier assigned to the newly created engagement.
770 771 772 773 774 775 |
# File 'lib/aws-sdk-partnercentralselling/types.rb', line 770 class CreateEngagementResponse < Struct.new( :arn, :id) SENSITIVE = [] include Aws::Structure end |