Class: Aws::Types::GetAccountUsageOutput
- Inherits:
-
Object
- Object
- Aws::Types::GetAccountUsageOutput
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#monthly_account_evaluation_hours ⇒ Types::UsageMetric
Returns the value of attribute monthly_account_evaluation_hours.
-
#monthly_account_investigation_hours ⇒ Types::UsageMetric
Returns the value of attribute monthly_account_investigation_hours.
-
#monthly_account_on_demand_hours ⇒ Types::UsageMetric
Returns the value of attribute monthly_account_on_demand_hours.
-
#monthly_account_system_learning_hours ⇒ Types::UsageMetric
Returns the value of attribute monthly_account_system_learning_hours.
-
#usage_period_end_time ⇒ ::Time
Returns the value of attribute usage_period_end_time.
-
#usage_period_start_time ⇒ ::Time
Returns the value of attribute usage_period_start_time.
Instance Attribute Details
#monthly_account_evaluation_hours ⇒ Types::UsageMetric
Returns the value of attribute monthly_account_evaluation_hours.
590 591 592 |
# File 'sig/types.rbs', line 590 def monthly_account_evaluation_hours @monthly_account_evaluation_hours end |
#monthly_account_investigation_hours ⇒ Types::UsageMetric
Returns the value of attribute monthly_account_investigation_hours.
589 590 591 |
# File 'sig/types.rbs', line 589 def monthly_account_investigation_hours @monthly_account_investigation_hours end |
#monthly_account_on_demand_hours ⇒ Types::UsageMetric
Returns the value of attribute monthly_account_on_demand_hours.
592 593 594 |
# File 'sig/types.rbs', line 592 def monthly_account_on_demand_hours @monthly_account_on_demand_hours end |
#monthly_account_system_learning_hours ⇒ Types::UsageMetric
Returns the value of attribute monthly_account_system_learning_hours.
591 592 593 |
# File 'sig/types.rbs', line 591 def monthly_account_system_learning_hours @monthly_account_system_learning_hours end |
#usage_period_end_time ⇒ ::Time
Returns the value of attribute usage_period_end_time.
594 595 596 |
# File 'sig/types.rbs', line 594 def usage_period_end_time @usage_period_end_time end |
#usage_period_start_time ⇒ ::Time
Returns the value of attribute usage_period_start_time.
593 594 595 |
# File 'sig/types.rbs', line 593 def usage_period_start_time @usage_period_start_time end |