Class: Aws::PartnerCentralSelling::Types::GetEngagementInvitationRequest
- Inherits:
-
Struct
- Object
- Struct
- Aws::PartnerCentralSelling::Types::GetEngagementInvitationRequest
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-partnercentralselling/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#catalog ⇒ String
Specifies the catalog associated with the request.
-
#identifier ⇒ String
Specifies the unique identifier for the retrieved engagement invitation.
Instance Attribute Details
#catalog ⇒ String
Specifies the catalog associated with the request. The field accepts values from the predefined set: ‘AWS` for live operations or `Sandbox` for testing environments.
1815 1816 1817 1818 1819 1820 |
# File 'lib/aws-sdk-partnercentralselling/types.rb', line 1815 class GetEngagementInvitationRequest < Struct.new( :catalog, :identifier) SENSITIVE = [] include Aws::Structure end |
#identifier ⇒ String
Specifies the unique identifier for the retrieved engagement invitation.
1815 1816 1817 1818 1819 1820 |
# File 'lib/aws-sdk-partnercentralselling/types.rb', line 1815 class GetEngagementInvitationRequest < Struct.new( :catalog, :identifier) SENSITIVE = [] include Aws::Structure end |