Class: Aws::FreeTier::Types::GetAccountPlanStateResponse
- Inherits:
-
Struct
- Object
- Struct
- Aws::FreeTier::Types::GetAccountPlanStateResponse
- Defined in:
- gems/aws-sdk-freetier/lib/aws-sdk-freetier/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#account_id ⇒ String
A unique identifier that identifies the account.
-
#account_plan_expiration_date ⇒ Time
The timestamp for when the current account plan expires.
-
#account_plan_remaining_credits ⇒ Types::MonetaryAmount
The amount of credits remaining for the account.
-
#account_plan_status ⇒ String
The current status for the account plan.
-
#account_plan_type ⇒ String
The plan type for the account.
Instance Attribute Details
#account_id ⇒ String
A unique identifier that identifies the account.
354 355 356 357 358 359 360 361 362 |
# File 'gems/aws-sdk-freetier/lib/aws-sdk-freetier/types.rb', line 354 class GetAccountPlanStateResponse < Struct.new( :account_id, :account_plan_type, :account_plan_status, :account_plan_remaining_credits, :account_plan_expiration_date) SENSITIVE = [] include Aws::Structure end |
#account_plan_expiration_date ⇒ Time
The timestamp for when the current account plan expires.
354 355 356 357 358 359 360 361 362 |
# File 'gems/aws-sdk-freetier/lib/aws-sdk-freetier/types.rb', line 354 class GetAccountPlanStateResponse < Struct.new( :account_id, :account_plan_type, :account_plan_status, :account_plan_remaining_credits, :account_plan_expiration_date) SENSITIVE = [] include Aws::Structure end |
#account_plan_remaining_credits ⇒ Types::MonetaryAmount
The amount of credits remaining for the account.
354 355 356 357 358 359 360 361 362 |
# File 'gems/aws-sdk-freetier/lib/aws-sdk-freetier/types.rb', line 354 class GetAccountPlanStateResponse < Struct.new( :account_id, :account_plan_type, :account_plan_status, :account_plan_remaining_credits, :account_plan_expiration_date) SENSITIVE = [] include Aws::Structure end |
#account_plan_status ⇒ String
The current status for the account plan.
354 355 356 357 358 359 360 361 362 |
# File 'gems/aws-sdk-freetier/lib/aws-sdk-freetier/types.rb', line 354 class GetAccountPlanStateResponse < Struct.new( :account_id, :account_plan_type, :account_plan_status, :account_plan_remaining_credits, :account_plan_expiration_date) SENSITIVE = [] include Aws::Structure end |
#account_plan_type ⇒ String
The plan type for the account.
354 355 356 357 358 359 360 361 362 |
# File 'gems/aws-sdk-freetier/lib/aws-sdk-freetier/types.rb', line 354 class GetAccountPlanStateResponse < Struct.new( :account_id, :account_plan_type, :account_plan_status, :account_plan_remaining_credits, :account_plan_expiration_date) SENSITIVE = [] include Aws::Structure end |