Class: Aws::DevOpsGuru::Types::DescribeAccountOverviewRequest
- Inherits:
-
Struct
- Object
- Struct
- Aws::DevOpsGuru::Types::DescribeAccountOverviewRequest
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-devopsguru/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#from_time ⇒ Time
The start of the time range passed in.
-
#to_time ⇒ Time
The end of the time range passed in.
Instance Attribute Details
#from_time ⇒ Time
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.
661 662 663 664 665 666 |
# File 'lib/aws-sdk-devopsguru/types.rb', line 661 class DescribeAccountOverviewRequest < Struct.new( :from_time, :to_time) SENSITIVE = [] include Aws::Structure end |
#to_time ⇒ Time
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.
661 662 663 664 665 666 |
# File 'lib/aws-sdk-devopsguru/types.rb', line 661 class DescribeAccountOverviewRequest < Struct.new( :from_time, :to_time) SENSITIVE = [] include Aws::Structure end |