Class: Aws::DevOpsGuru::Types::DescribeAccountOverviewRequest

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

Overview

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#from_timeTime

The start of the time range passed in. The start time granularity is at the day level. The floor of the start time is used. Returned information occurred after this day.

Returns:

  • (Time)


661
662
663
664
665
666
# File 'gems/aws-sdk-devopsguru/lib/aws-sdk-devopsguru/types.rb', line 661

class DescribeAccountOverviewRequest < Struct.new(
  :from_time,
  :to_time)
  SENSITIVE = []
  include Aws::Structure
end

#to_timeTime

The end of the time range passed in. The start time granularity is at the day level. The floor of the start time is used. Returned information occurred before this day. If this is not specified, then the current day is used.

Returns:

  • (Time)


661
662
663
664
665
666
# File 'gems/aws-sdk-devopsguru/lib/aws-sdk-devopsguru/types.rb', line 661

class DescribeAccountOverviewRequest < Struct.new(
  :from_time,
  :to_time)
  SENSITIVE = []
  include Aws::Structure
end