Class: Aws::Connect::Types::StringReference

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

Overview

Information about a reference when the ‘referenceType` is `STRING`. Otherwise, null.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#nameString

Identifier of the string reference.

Returns:

  • (String)


17880
17881
17882
17883
17884
17885
# File 'lib/aws-sdk-connect/types.rb', line 17880

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

#valueString

A valid string.

Returns:

  • (String)


17880
17881
17882
17883
17884
17885
# File 'lib/aws-sdk-connect/types.rb', line 17880

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