Class: Aws::PartnerCentralSelling::Types::AcceptEngagementInvitationRequest
- Inherits:
-
Struct
- Object
- Struct
- Aws::PartnerCentralSelling::Types::AcceptEngagementInvitationRequest
- Defined in:
- gems/aws-sdk-partnercentralselling/lib/aws-sdk-partnercentralselling/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#catalog ⇒ String
The
CatalogType
parameter specifies the catalog associated with the engagement invitation. -
#identifier ⇒ String
The
Identifier
parameter in theAcceptEngagementInvitationRequest
specifies the unique identifier of theEngagementInvitation
to be accepted.
Instance Attribute Details
#catalog ⇒ String
The CatalogType
parameter specifies the catalog associated with
the engagement invitation. Accepted values are AWS
and Sandbox
,
which determine the environment in which the engagement invitation
is managed.
29 30 31 32 33 34 |
# File 'gems/aws-sdk-partnercentralselling/lib/aws-sdk-partnercentralselling/types.rb', line 29 class AcceptEngagementInvitationRequest < Struct.new( :catalog, :identifier) SENSITIVE = [] include Aws::Structure end |
#identifier ⇒ String
The Identifier
parameter in the
AcceptEngagementInvitationRequest
specifies the unique identifier
of the EngagementInvitation
to be accepted. Providing the correct
identifier ensures that the intended invitation is accepted.
29 30 31 32 33 34 |
# File 'gems/aws-sdk-partnercentralselling/lib/aws-sdk-partnercentralselling/types.rb', line 29 class AcceptEngagementInvitationRequest < Struct.new( :catalog, :identifier) SENSITIVE = [] include Aws::Structure end |