Class: Aws::PartnerCentralSelling::Types::GetEngagementRequest

Inherits:
Struct
  • Object
show all
Defined in:
gems/aws-sdk-partnercentralselling/lib/aws-sdk-partnercentralselling/types.rb

Overview

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#catalogString

Specifies the catalog related to the engagement request. Valid values are AWS and Sandbox.

Returns:

  • (String)


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

#identifierString

Specifies the identifier of the Engagement record to retrieve.

Returns:

  • (String)


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