Class: Aws::PartnerCentralBenefits::Types::GetBenefitInput
- Inherits:
-
Struct
- Object
- Struct
- Aws::PartnerCentralBenefits::Types::GetBenefitInput
- 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 to query.
-
#identifier ⇒ String
The unique identifier of the benefit to retrieve.
Instance Attribute Details
#catalog ⇒ String
The catalog identifier that specifies which benefit catalog to query.
1111 1112 1113 1114 1115 1116 |
# File 'gems/aws-sdk-partnercentralbenefits/lib/aws-sdk-partnercentralbenefits/types.rb', line 1111 class GetBenefitInput < Struct.new( :catalog, :identifier) SENSITIVE = [] include Aws::Structure end |
#identifier ⇒ String
The unique identifier of the benefit to retrieve.
1111 1112 1113 1114 1115 1116 |
# File 'gems/aws-sdk-partnercentralbenefits/lib/aws-sdk-partnercentralbenefits/types.rb', line 1111 class GetBenefitInput < Struct.new( :catalog, :identifier) SENSITIVE = [] include Aws::Structure end |