Class: Aws::Billing::Types::EnterpriseSupportTimePeriod
- Inherits:
-
Struct
- Object
- Struct
- Aws::Billing::Types::EnterpriseSupportTimePeriod
- 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
-
#begin_date ⇒ Time
The begin date of the time period.
-
#end_date ⇒ Time
The end date of the time period.
Instance Attribute Details
#begin_date ⇒ Time
The begin date of the time period.
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_date ⇒ Time
The end date of the time period.
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 |