Class: Aws::Connect::Types::DateReference

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

Overview

Information about a reference when the referenceType is DATE. Otherwise, null.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#nameString

Identifier of the date reference.

Returns:

  • (String)


4321
4322
4323
4324
4325
4326
# File 'gems/aws-sdk-connect/lib/aws-sdk-connect/types.rb', line 4321

class DateReference < Struct.new(
  :name,
  :value)
  SENSITIVE = []
  include Aws::Structure
end

#valueString

A valid date.

Returns:

  • (String)


4321
4322
4323
4324
4325
4326
# File 'gems/aws-sdk-connect/lib/aws-sdk-connect/types.rb', line 4321

class DateReference < Struct.new(
  :name,
  :value)
  SENSITIVE = []
  include Aws::Structure
end