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

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 STRING. Otherwise, null.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#nameString

Identifier of the string reference.

Returns:

  • (String)


20139
20140
20141
20142
20143
20144
# File 'gems/aws-sdk-connect/lib/aws-sdk-connect/types.rb', line 20139

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

#valueString

A valid string.

Returns:

  • (String)


20139
20140
20141
20142
20143
20144
# File 'gems/aws-sdk-connect/lib/aws-sdk-connect/types.rb', line 20139

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