Class: Aws::Billing::Types::TimeRange
- Inherits:
-
Struct
- Object
- Struct
- Aws::Billing::Types::TimeRange
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-billing/types.rb
Overview
Specifies a time range with inclusive begin and end dates.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#begin_date_inclusive ⇒ Time
The inclusive start date of the time range.
-
#end_date_inclusive ⇒ Time
The inclusive end date of the time range.
Instance Attribute Details
#begin_date_inclusive ⇒ Time
The inclusive start date of the time range.
846 847 848 849 850 851 |
# File 'lib/aws-sdk-billing/types.rb', line 846 class TimeRange < Struct.new( :begin_date_inclusive, :end_date_inclusive) SENSITIVE = [] include Aws::Structure end |
#end_date_inclusive ⇒ Time
The inclusive end date of the time range.
846 847 848 849 850 851 |
# File 'lib/aws-sdk-billing/types.rb', line 846 class TimeRange < Struct.new( :begin_date_inclusive, :end_date_inclusive) SENSITIVE = [] include Aws::Structure end |