Class: Aws::Braket::Types::TimePeriod
- Inherits:
-
Struct
- Object
- Struct
- Aws::Braket::Types::TimePeriod
- Defined in:
- gems/aws-sdk-braket/lib/aws-sdk-braket/types.rb
Overview
Defines a time range for spending limits, specifying when the limit is active.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#end_at ⇒ Time
The end date and time for the spending limit period, in epoch seconds.
-
#start_at ⇒ Time
The start date and time for the spending limit period, in epoch seconds.
Instance Attribute Details
#end_at ⇒ Time
The end date and time for the spending limit period, in epoch seconds.
1742 1743 1744 1745 1746 1747 |
# File 'gems/aws-sdk-braket/lib/aws-sdk-braket/types.rb', line 1742 class TimePeriod < Struct.new( :start_at, :end_at) SENSITIVE = [] include Aws::Structure end |
#start_at ⇒ Time
The start date and time for the spending limit period, in epoch seconds.
1742 1743 1744 1745 1746 1747 |
# File 'gems/aws-sdk-braket/lib/aws-sdk-braket/types.rb', line 1742 class TimePeriod < Struct.new( :start_at, :end_at) SENSITIVE = [] include Aws::Structure end |