Class: Aws::Types::GetAccountUsageOutput

Inherits:
Object
  • Object
show all
Defined in:
sig/types.rbs

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#monthly_account_evaluation_hoursTypes::UsageMetric

Returns the value of attribute monthly_account_evaluation_hours.

Returns:



590
591
592
# File 'sig/types.rbs', line 590

def 
  @monthly_account_evaluation_hours
end

#monthly_account_investigation_hoursTypes::UsageMetric

Returns the value of attribute monthly_account_investigation_hours.

Returns:



589
590
591
# File 'sig/types.rbs', line 589

def 
  @monthly_account_investigation_hours
end

#monthly_account_on_demand_hoursTypes::UsageMetric

Returns the value of attribute monthly_account_on_demand_hours.

Returns:



592
593
594
# File 'sig/types.rbs', line 592

def 
  @monthly_account_on_demand_hours
end

#monthly_account_system_learning_hoursTypes::UsageMetric

Returns the value of attribute monthly_account_system_learning_hours.

Returns:



591
592
593
# File 'sig/types.rbs', line 591

def 
  @monthly_account_system_learning_hours
end

#usage_period_end_time::Time

Returns the value of attribute usage_period_end_time.

Returns:

  • (::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.

Returns:

  • (::Time)


593
594
595
# File 'sig/types.rbs', line 593

def usage_period_start_time
  @usage_period_start_time
end