Class: Aws::PartnerCentralSelling::Types::GetEngagementRequest
- Inherits:
-
Struct
- Object
- Struct
- Aws::PartnerCentralSelling::Types::GetEngagementRequest
- Includes:
- Structure
- Defined in:
- 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`.
2094 2095 2096 2097 2098 2099 |
# File 'lib/aws-sdk-partnercentralselling/types.rb', line 2094 class GetEngagementRequest < Struct.new( :catalog, :identifier) SENSITIVE = [] include Aws::Structure end |
#identifier ⇒ String
Specifies the identifier of the Engagement record to retrieve.
2094 2095 2096 2097 2098 2099 |
# File 'lib/aws-sdk-partnercentralselling/types.rb', line 2094 class GetEngagementRequest < Struct.new( :catalog, :identifier) SENSITIVE = [] include Aws::Structure end |