Class: Aws::LicenseManager::Types::DatetimeRange

Inherits:
Struct
  • Object
show all
Defined in:
gems/aws-sdk-licensemanager/lib/aws-sdk-licensemanager/types.rb

Overview

Describes a time range, in ISO8601-UTC format.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#beginString

Start of the time range.

Returns:

  • (String)


961
962
963
964
965
966
# File 'gems/aws-sdk-licensemanager/lib/aws-sdk-licensemanager/types.rb', line 961

class DatetimeRange < Struct.new(
  :begin,
  :end)
  SENSITIVE = []
  include Aws::Structure
end

#endString

End of the time range.

Returns:

  • (String)


961
962
963
964
965
966
# File 'gems/aws-sdk-licensemanager/lib/aws-sdk-licensemanager/types.rb', line 961

class DatetimeRange < Struct.new(
  :begin,
  :end)
  SENSITIVE = []
  include Aws::Structure
end