Class: Aws::Billing::Types::TimeRange

Inherits:
Struct
  • Object
show all
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

Instance Attribute Details

#begin_date_inclusiveTime

The inclusive start date of the time range.

Returns:

  • (Time)


1326
1327
1328
1329
1330
1331
# File 'lib/aws-sdk-billing/types.rb', line 1326

class TimeRange < Struct.new(
  :begin_date_inclusive,
  :end_date_inclusive)
  SENSITIVE = []
  include Aws::Structure
end

#end_date_inclusiveTime

The inclusive end date of the time range.

Returns:

  • (Time)


1326
1327
1328
1329
1330
1331
# File 'lib/aws-sdk-billing/types.rb', line 1326

class TimeRange < Struct.new(
  :begin_date_inclusive,
  :end_date_inclusive)
  SENSITIVE = []
  include Aws::Structure
end