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

Inherits:
Struct
  • Object
show all
Includes:
Structure
Defined in:
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)


4102
4103
4104
4105
4106
4107
# File 'lib/aws-sdk-connect/types.rb', line 4102

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

#valueString

A valid date.

Returns:

  • (String)


4102
4103
4104
4105
4106
4107
# File 'lib/aws-sdk-connect/types.rb', line 4102

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