Class: Aws::Billing::Types::ActiveTimeRange
- Inherits:
-
Struct
- Object
- Struct
- Aws::Billing::Types::ActiveTimeRange
- Defined in:
- gems/aws-sdk-billing/lib/aws-sdk-billing/types.rb
Overview
A time range with a start and end time.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#active_after_inclusive ⇒ Time
The inclusive time range start date.
-
#active_before_inclusive ⇒ Time
The inclusive time range end date.
Instance Attribute Details
#active_after_inclusive ⇒ Time
The inclusive time range start date.
38 39 40 41 42 43 |
# File 'gems/aws-sdk-billing/lib/aws-sdk-billing/types.rb', line 38 class ActiveTimeRange < Struct.new( :active_after_inclusive, :active_before_inclusive) SENSITIVE = [] include Aws::Structure end |
#active_before_inclusive ⇒ Time
The inclusive time range end date.
38 39 40 41 42 43 |
# File 'gems/aws-sdk-billing/lib/aws-sdk-billing/types.rb', line 38 class ActiveTimeRange < Struct.new( :active_after_inclusive, :active_before_inclusive) SENSITIVE = [] include Aws::Structure end |