Class: Aws::PartnerCentralBenefits::Types::SubmitBenefitApplicationInput
- Inherits:
-
Struct
- Object
- Struct
- Aws::PartnerCentralBenefits::Types::SubmitBenefitApplicationInput
- Defined in:
- gems/aws-sdk-partnercentralbenefits/lib/aws-sdk-partnercentralbenefits/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#catalog ⇒ String
The catalog identifier that specifies which benefit catalog the application belongs to.
-
#identifier ⇒ String
The unique identifier of the benefit application to submit.
Instance Attribute Details
#catalog ⇒ String
The catalog identifier that specifies which benefit catalog the application belongs to.
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 |
#identifier ⇒ String
The unique identifier of the benefit application to submit.
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 |