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
.
1947 1948 1949 1950 1951 1952 |
# File 'gems/aws-sdk-partnercentralselling/lib/aws-sdk-partnercentralselling/types.rb', line 1947 class GetEngagementRequest < Struct.new( :catalog, :identifier) SENSITIVE = [] include Aws::Structure end |
#identifier ⇒ String
Specifies the identifier of the Engagement record to retrieve.
1947 1948 1949 1950 1951 1952 |
# File 'gems/aws-sdk-partnercentralselling/lib/aws-sdk-partnercentralselling/types.rb', line 1947 class GetEngagementRequest < Struct.new( :catalog, :identifier) SENSITIVE = [] include Aws::Structure end |