Class: Aws::LicenseManager::Types::DatetimeRange
- Inherits:
-
Struct
- Object
- Struct
- Aws::LicenseManager::Types::DatetimeRange
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-licensemanager/types.rb
Overview
Describes a time range, in ISO8601-UTC format.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#begin ⇒ String
Start of the time range.
-
#end ⇒ String
End of the time range.
Instance Attribute Details
#begin ⇒ String
Start of the time range.
961 962 963 964 965 966 |
# File 'lib/aws-sdk-licensemanager/types.rb', line 961 class DatetimeRange < Struct.new( :begin, :end) SENSITIVE = [] include Aws::Structure end |
#end ⇒ String
End of the time range.
961 962 963 964 965 966 |
# File 'lib/aws-sdk-licensemanager/types.rb', line 961 class DatetimeRange < Struct.new( :begin, :end) SENSITIVE = [] include Aws::Structure end |