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)


18414
18415
18416
18417
18418
18419
# File 'gems/aws-sdk-connect/lib/aws-sdk-connect/types.rb', line 18414

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

#valueString

A valid string.

Returns:

  • (String)


18414
18415
18416
18417
18418
18419
# File 'gems/aws-sdk-connect/lib/aws-sdk-connect/types.rb', line 18414

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