Class: Aws::Connect::Types::PrimaryValueResponse

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

Overview

A primary value response.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#attribute_idString

The value’s attribute ID.

Returns:

  • (String)


23795
23796
23797
23798
23799
23800
23801
# File 'lib/aws-sdk-connect/types.rb', line 23795

class PrimaryValueResponse < Struct.new(
  :attribute_name,
  :attribute_id,
  :value)
  SENSITIVE = []
  include Aws::Structure
end

#attribute_nameString

The value’s attribute name.

Returns:

  • (String)


23795
23796
23797
23798
23799
23800
23801
# File 'lib/aws-sdk-connect/types.rb', line 23795

class PrimaryValueResponse < Struct.new(
  :attribute_name,
  :attribute_id,
  :value)
  SENSITIVE = []
  include Aws::Structure
end

#valueString

The value’s value.

Returns:

  • (String)


23795
23796
23797
23798
23799
23800
23801
# File 'lib/aws-sdk-connect/types.rb', line 23795

class PrimaryValueResponse < Struct.new(
  :attribute_name,
  :attribute_id,
  :value)
  SENSITIVE = []
  include Aws::Structure
end