Class: Aws::PartnerCentralBenefits::Types::RecallBenefitApplicationInput
- Inherits:
-
Struct
- Object
- Struct
- Aws::PartnerCentralBenefits::Types::RecallBenefitApplicationInput
- 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.
-
#client_token ⇒ String
A unique, case-sensitive identifier to ensure idempotent processing of the recall request.
-
#identifier ⇒ String
The unique identifier of the benefit application to recall.
-
#reason ⇒ String
A descriptive reason explaining why the benefit application is being recalled.
Instance Attribute Details
#catalog ⇒ String
The catalog identifier that specifies which benefit catalog the application belongs to.
1477 1478 1479 1480 1481 1482 1483 1484 |
# File 'gems/aws-sdk-partnercentralbenefits/lib/aws-sdk-partnercentralbenefits/types.rb', line 1477 class RecallBenefitApplicationInput < Struct.new( :catalog, :client_token, :identifier, :reason) SENSITIVE = [] include Aws::Structure end |
#client_token ⇒ String
A unique, case-sensitive identifier to ensure idempotent processing of the recall request.
1477 1478 1479 1480 1481 1482 1483 1484 |
# File 'gems/aws-sdk-partnercentralbenefits/lib/aws-sdk-partnercentralbenefits/types.rb', line 1477 class RecallBenefitApplicationInput < Struct.new( :catalog, :client_token, :identifier, :reason) SENSITIVE = [] include Aws::Structure end |
#identifier ⇒ String
The unique identifier of the benefit application to recall.
1477 1478 1479 1480 1481 1482 1483 1484 |
# File 'gems/aws-sdk-partnercentralbenefits/lib/aws-sdk-partnercentralbenefits/types.rb', line 1477 class RecallBenefitApplicationInput < Struct.new( :catalog, :client_token, :identifier, :reason) SENSITIVE = [] include Aws::Structure end |
#reason ⇒ String
A descriptive reason explaining why the benefit application is being recalled.
1477 1478 1479 1480 1481 1482 1483 1484 |
# File 'gems/aws-sdk-partnercentralbenefits/lib/aws-sdk-partnercentralbenefits/types.rb', line 1477 class RecallBenefitApplicationInput < Struct.new( :catalog, :client_token, :identifier, :reason) SENSITIVE = [] include Aws::Structure end |