Class: Aws::PartnerCentralBenefits::Types::SubmitBenefitApplicationInput

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

Overview

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#catalogString

The catalog identifier that specifies which benefit catalog the application belongs to.

Returns:

  • (String)


1545
1546
1547
1548
1549
1550
# File 'gems/aws-sdk-partnercentralbenefits/lib/aws-sdk-partnercentralbenefits/types.rb', line 1545

class SubmitBenefitApplicationInput < Struct.new(
  :catalog,
  :identifier)
  SENSITIVE = []
  include Aws::Structure
end

#identifierString

The unique identifier of the benefit application to submit.

Returns:

  • (String)


1545
1546
1547
1548
1549
1550
# File 'gems/aws-sdk-partnercentralbenefits/lib/aws-sdk-partnercentralbenefits/types.rb', line 1545

class SubmitBenefitApplicationInput < Struct.new(
  :catalog,
  :identifier)
  SENSITIVE = []
  include Aws::Structure
end