Module: Aws::DevOpsAgent::Client::_GetAccountUsageResponseSuccess
- Includes:
- Seahorse::Client::_ResponseSuccess[Types::GetAccountUsageOutput]
- Defined in:
- sig/client.rbs
Instance Method Summary collapse
- #monthly_account_evaluation_hours ⇒ Types::UsageMetric
- #monthly_account_investigation_hours ⇒ Types::UsageMetric
- #monthly_account_on_demand_hours ⇒ Types::UsageMetric
- #monthly_account_system_learning_hours ⇒ Types::UsageMetric
- #usage_period_end_time ⇒ ::Time
- #usage_period_start_time ⇒ ::Time
Instance Method Details
#monthly_account_evaluation_hours ⇒ Types::UsageMetric
364 |
# File 'sig/client.rbs', line 364
def monthly_account_evaluation_hours: () -> Types::UsageMetric
|
#monthly_account_investigation_hours ⇒ Types::UsageMetric
363 |
# File 'sig/client.rbs', line 363
def monthly_account_investigation_hours: () -> Types::UsageMetric
|
#monthly_account_on_demand_hours ⇒ Types::UsageMetric
366 |
# File 'sig/client.rbs', line 366
def monthly_account_on_demand_hours: () -> Types::UsageMetric
|
#monthly_account_system_learning_hours ⇒ Types::UsageMetric
365 |
# File 'sig/client.rbs', line 365
def monthly_account_system_learning_hours: () -> Types::UsageMetric
|
#usage_period_end_time ⇒ ::Time
368 |
# File 'sig/client.rbs', line 368
def usage_period_end_time: () -> ::Time
|
#usage_period_start_time ⇒ ::Time
367 |
# File 'sig/client.rbs', line 367
def usage_period_start_time: () -> ::Time
|