Class: Aws::PartnerCentralBenefits::Types::CreditCode
- Inherits:
-
Struct
- Object
- Struct
- Aws::PartnerCentralBenefits::Types::CreditCode
- Defined in:
- gems/aws-sdk-partnercentralbenefits/lib/aws-sdk-partnercentralbenefits/types.rb
Overview
Represents an AWS credit code that can be applied to an AWS account for billing purposes.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#aws_account_id ⇒ String
The AWS account ID that the credit code is associated with or can be applied to.
-
#aws_credit_code ⇒ String
The actual credit code string that can be redeemed in the AWS billing console.
-
#expires_at ⇒ Time
The timestamp when the credit code expires and can no longer be redeemed.
-
#issued_at ⇒ Time
The timestamp when the credit code was issued.
-
#status ⇒ String
The current status of the credit code (e.g., active, redeemed, expired).
-
#value ⇒ Types::MonetaryValue
The monetary value of the credit code.
Instance Attribute Details
#aws_account_id ⇒ String
The AWS account ID that the credit code is associated with or can be applied to.
631 632 633 634 635 636 637 638 639 640 |
# File 'gems/aws-sdk-partnercentralbenefits/lib/aws-sdk-partnercentralbenefits/types.rb', line 631 class CreditCode < Struct.new( :aws_account_id, :value, :aws_credit_code, :status, :issued_at, :expires_at) SENSITIVE = [] include Aws::Structure end |
#aws_credit_code ⇒ String
The actual credit code string that can be redeemed in the AWS billing console.
631 632 633 634 635 636 637 638 639 640 |
# File 'gems/aws-sdk-partnercentralbenefits/lib/aws-sdk-partnercentralbenefits/types.rb', line 631 class CreditCode < Struct.new( :aws_account_id, :value, :aws_credit_code, :status, :issued_at, :expires_at) SENSITIVE = [] include Aws::Structure end |
#expires_at ⇒ Time
The timestamp when the credit code expires and can no longer be redeemed.
631 632 633 634 635 636 637 638 639 640 |
# File 'gems/aws-sdk-partnercentralbenefits/lib/aws-sdk-partnercentralbenefits/types.rb', line 631 class CreditCode < Struct.new( :aws_account_id, :value, :aws_credit_code, :status, :issued_at, :expires_at) SENSITIVE = [] include Aws::Structure end |
#issued_at ⇒ Time
The timestamp when the credit code was issued.
631 632 633 634 635 636 637 638 639 640 |
# File 'gems/aws-sdk-partnercentralbenefits/lib/aws-sdk-partnercentralbenefits/types.rb', line 631 class CreditCode < Struct.new( :aws_account_id, :value, :aws_credit_code, :status, :issued_at, :expires_at) SENSITIVE = [] include Aws::Structure end |
#status ⇒ String
The current status of the credit code (e.g., active, redeemed, expired).
631 632 633 634 635 636 637 638 639 640 |
# File 'gems/aws-sdk-partnercentralbenefits/lib/aws-sdk-partnercentralbenefits/types.rb', line 631 class CreditCode < Struct.new( :aws_account_id, :value, :aws_credit_code, :status, :issued_at, :expires_at) SENSITIVE = [] include Aws::Structure end |
#value ⇒ Types::MonetaryValue
The monetary value of the credit code.
631 632 633 634 635 636 637 638 639 640 |
# File 'gems/aws-sdk-partnercentralbenefits/lib/aws-sdk-partnercentralbenefits/types.rb', line 631 class CreditCode < Struct.new( :aws_account_id, :value, :aws_credit_code, :status, :issued_at, :expires_at) SENSITIVE = [] include Aws::Structure end |