Class: Aws::Billing::Types::ActiveTimeRange

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

Instance Attribute Details

#active_after_inclusiveTime

The inclusive time range start date.

Returns:

  • (Time)


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_inclusiveTime

The inclusive time range end date.

Returns:

  • (Time)


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