Class: Aws::FreeTier::Types::GetAccountPlanStateResponse

Inherits:
Struct
  • Object
show all
Defined in:
gems/aws-sdk-freetier/lib/aws-sdk-freetier/types.rb

Overview

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#account_idString

A unique identifier that identifies the account.

Returns:

  • (String)


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_dateTime

The timestamp for when the current account plan expires.

Returns:

  • (Time)


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_creditsTypes::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_statusString

The current status for the account plan.

Returns:

  • (String)


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_typeString

The plan type for the account.

Returns:

  • (String)


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