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:



1243
1244
1245
1246
1247
1248
1249
1250
1251
1252
# File 'gems/aws-sdk-devopsagent/lib/aws-sdk-devopsagent/types.rb', line 1243

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:



1243
1244
1245
1246
1247
1248
1249
1250
1251
1252
# File 'gems/aws-sdk-devopsagent/lib/aws-sdk-devopsagent/types.rb', line 1243

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:



1243
1244
1245
1246
1247
1248
1249
1250
1251
1252
# File 'gems/aws-sdk-devopsagent/lib/aws-sdk-devopsagent/types.rb', line 1243

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:



1243
1244
1245
1246
1247
1248
1249
1250
1251
1252
# File 'gems/aws-sdk-devopsagent/lib/aws-sdk-devopsagent/types.rb', line 1243

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)


1243
1244
1245
1246
1247
1248
1249
1250
1251
1252
# File 'gems/aws-sdk-devopsagent/lib/aws-sdk-devopsagent/types.rb', line 1243

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)


1243
1244
1245
1246
1247
1248
1249
1250
1251
1252
# File 'gems/aws-sdk-devopsagent/lib/aws-sdk-devopsagent/types.rb', line 1243

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