Class: Aws::PartnerCentralSelling::Types::GetEngagementRequest
- Inherits:
-
Struct
- Object
- Struct
- Aws::PartnerCentralSelling::Types::GetEngagementRequest
- Defined in:
- gems/aws-sdk-partnercentralselling/lib/aws-sdk-partnercentralselling/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#catalog ⇒ String
Specifies the catalog related to the engagement request.
-
#identifier ⇒ String
Specifies the identifier of the Engagement record to retrieve.
Instance Attribute Details
#catalog ⇒ String
Specifies the catalog related to the engagement request. Valid
values are AWS and Sandbox.
2244 2245 2246 2247 2248 2249 |
# File 'gems/aws-sdk-partnercentralselling/lib/aws-sdk-partnercentralselling/types.rb', line 2244 class GetEngagementRequest < Struct.new( :catalog, :identifier) SENSITIVE = [] include Aws::Structure end |
#identifier ⇒ String
Specifies the identifier of the Engagement record to retrieve.
2244 2245 2246 2247 2248 2249 |
# File 'gems/aws-sdk-partnercentralselling/lib/aws-sdk-partnercentralselling/types.rb', line 2244 class GetEngagementRequest < Struct.new( :catalog, :identifier) SENSITIVE = [] include Aws::Structure end |