Class: Aws::DevOpsAgent::Types::GetAccountUsageOutput

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

Overview

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#monthly_account_evaluation_hoursTypes::UsageMetric

Monthly evaluation hours usage and limit for an account

Returns:



1273
1274
1275
1276
1277
1278
1279
1280
1281
1282
# File 'gems/aws-sdk-devopsagent/lib/aws-sdk-devopsagent/types.rb', line 1273

class GetAccountUsageOutput < Struct.new(
  :monthly_account_investigation_hours,
  :monthly_account_evaluation_hours,
  :monthly_account_system_learning_hours,
  :monthly_account_on_demand_hours,
  :usage_period_start_time,
  :usage_period_end_time)
  SENSITIVE = []
  include Aws::Structure
end

#monthly_account_investigation_hoursTypes::UsageMetric

Monthly investigation hours usage and limit for an account

Returns:



1273
1274
1275
1276
1277
1278
1279
1280
1281
1282
# File 'gems/aws-sdk-devopsagent/lib/aws-sdk-devopsagent/types.rb', line 1273

class GetAccountUsageOutput < Struct.new(
  :monthly_account_investigation_hours,
  :monthly_account_evaluation_hours,
  :monthly_account_system_learning_hours,
  :monthly_account_on_demand_hours,
  :usage_period_start_time,
  :usage_period_end_time)
  SENSITIVE = []
  include Aws::Structure
end

#monthly_account_on_demand_hoursTypes::UsageMetric

Monthly on-demand hours usage and limit for an account

Returns:



1273
1274
1275
1276
1277
1278
1279
1280
1281
1282
# File 'gems/aws-sdk-devopsagent/lib/aws-sdk-devopsagent/types.rb', line 1273

class GetAccountUsageOutput < Struct.new(
  :monthly_account_investigation_hours,
  :monthly_account_evaluation_hours,
  :monthly_account_system_learning_hours,
  :monthly_account_on_demand_hours,
  :usage_period_start_time,
  :usage_period_end_time)
  SENSITIVE = []
  include Aws::Structure
end

#monthly_account_system_learning_hoursTypes::UsageMetric

Monthly system learning hours usage and limit for an account

Returns:



1273
1274
1275
1276
1277
1278
1279
1280
1281
1282
# File 'gems/aws-sdk-devopsagent/lib/aws-sdk-devopsagent/types.rb', line 1273

class GetAccountUsageOutput < Struct.new(
  :monthly_account_investigation_hours,
  :monthly_account_evaluation_hours,
  :monthly_account_system_learning_hours,
  :monthly_account_on_demand_hours,
  :usage_period_start_time,
  :usage_period_end_time)
  SENSITIVE = []
  include Aws::Structure
end

#usage_period_end_timeTime

The end time of the usage tracking period

Returns:

  • (Time)


1273
1274
1275
1276
1277
1278
1279
1280
1281
1282
# File 'gems/aws-sdk-devopsagent/lib/aws-sdk-devopsagent/types.rb', line 1273

class GetAccountUsageOutput < Struct.new(
  :monthly_account_investigation_hours,
  :monthly_account_evaluation_hours,
  :monthly_account_system_learning_hours,
  :monthly_account_on_demand_hours,
  :usage_period_start_time,
  :usage_period_end_time)
  SENSITIVE = []
  include Aws::Structure
end

#usage_period_start_timeTime

The start time of the usage tracking period

Returns:

  • (Time)


1273
1274
1275
1276
1277
1278
1279
1280
1281
1282
# File 'gems/aws-sdk-devopsagent/lib/aws-sdk-devopsagent/types.rb', line 1273

class GetAccountUsageOutput < Struct.new(
  :monthly_account_investigation_hours,
  :monthly_account_evaluation_hours,
  :monthly_account_system_learning_hours,
  :monthly_account_on_demand_hours,
  :usage_period_start_time,
  :usage_period_end_time)
  SENSITIVE = []
  include Aws::Structure
end