Class: Aws::Billing::Types::EnterpriseSupportTimePeriod

Inherits:
Struct
  • Object
show all
Includes:
Structure
Defined in:
lib/aws-sdk-billing/types.rb

Overview

A time period for Enterprise Support billing.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#begin_dateTime

The begin date of the time period.

Returns:

  • (Time)


806
807
808
809
810
811
# File 'lib/aws-sdk-billing/types.rb', line 806

class EnterpriseSupportTimePeriod < Struct.new(
  :begin_date,
  :end_date)
  SENSITIVE = []
  include Aws::Structure
end

#end_dateTime

The end date of the time period.

Returns:

  • (Time)


806
807
808
809
810
811
# File 'lib/aws-sdk-billing/types.rb', line 806

class EnterpriseSupportTimePeriod < Struct.new(
  :begin_date,
  :end_date)
  SENSITIVE = []
  include Aws::Structure
end