Class: Aws::Billing::Types::RedeemCreditsRequest
- Inherits:
-
Struct
- Object
- Struct
- Aws::Billing::Types::RedeemCreditsRequest
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-billing/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#promo_code ⇒ String
The promotional credit code to redeem.
Instance Attribute Details
#promo_code ⇒ String
The promotional credit code to redeem.
1153 1154 1155 1156 1157 |
# File 'lib/aws-sdk-billing/types.rb', line 1153 class RedeemCreditsRequest < Struct.new( :promo_code) SENSITIVE = [] include Aws::Structure end |