Class: Aws::PartnerCentralBenefits::Types::CancelBenefitApplicationInput
- Inherits:
-
Struct
- Object
- Struct
- Aws::PartnerCentralBenefits::Types::CancelBenefitApplicationInput
- 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 cancellation request.
-
#identifier ⇒ String
The unique identifier of the benefit application to cancel.
-
#reason ⇒ String
A descriptive reason explaining why the benefit application is being cancelled.
Instance Attribute Details
#catalog ⇒ String
The catalog identifier that specifies which benefit catalog the application belongs to.
408 409 410 411 412 413 414 415 |
# File 'gems/aws-sdk-partnercentralbenefits/lib/aws-sdk-partnercentralbenefits/types.rb', line 408 class CancelBenefitApplicationInput < 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 cancellation request.
408 409 410 411 412 413 414 415 |
# File 'gems/aws-sdk-partnercentralbenefits/lib/aws-sdk-partnercentralbenefits/types.rb', line 408 class CancelBenefitApplicationInput < Struct.new( :catalog, :client_token, :identifier, :reason) SENSITIVE = [] include Aws::Structure end |
#identifier ⇒ String
The unique identifier of the benefit application to cancel.
408 409 410 411 412 413 414 415 |
# File 'gems/aws-sdk-partnercentralbenefits/lib/aws-sdk-partnercentralbenefits/types.rb', line 408 class CancelBenefitApplicationInput < Struct.new( :catalog, :client_token, :identifier, :reason) SENSITIVE = [] include Aws::Structure end |
#reason ⇒ String
A descriptive reason explaining why the benefit application is being cancelled.
408 409 410 411 412 413 414 415 |
# File 'gems/aws-sdk-partnercentralbenefits/lib/aws-sdk-partnercentralbenefits/types.rb', line 408 class CancelBenefitApplicationInput < Struct.new( :catalog, :client_token, :identifier, :reason) SENSITIVE = [] include Aws::Structure end |