Class: Aws::CustomerProfiles::Types::ProfileAttributeValuesResponse

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

Overview

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#attribute_nameString

The attribute name.

Returns:

  • (String)


5643
5644
5645
5646
5647
5648
5649
5650
# File 'lib/aws-sdk-customerprofiles/types.rb', line 5643

class ProfileAttributeValuesResponse < Struct.new(
  :domain_name,
  :attribute_name,
  :items,
  :status_code)
  SENSITIVE = []
  include Aws::Structure
end

#domain_nameString

The name of the domain.

Returns:

  • (String)


5643
5644
5645
5646
5647
5648
5649
5650
# File 'lib/aws-sdk-customerprofiles/types.rb', line 5643

class ProfileAttributeValuesResponse < Struct.new(
  :domain_name,
  :attribute_name,
  :items,
  :status_code)
  SENSITIVE = []
  include Aws::Structure
end

#itemsArray<Types::AttributeValueItem>

The items returned as part of the response.

Returns:



5643
5644
5645
5646
5647
5648
5649
5650
# File 'lib/aws-sdk-customerprofiles/types.rb', line 5643

class ProfileAttributeValuesResponse < Struct.new(
  :domain_name,
  :attribute_name,
  :items,
  :status_code)
  SENSITIVE = []
  include Aws::Structure
end

#status_codeInteger

The status code for the response.

Returns:

  • (Integer)


5643
5644
5645
5646
5647
5648
5649
5650
# File 'lib/aws-sdk-customerprofiles/types.rb', line 5643

class ProfileAttributeValuesResponse < Struct.new(
  :domain_name,
  :attribute_name,
  :items,
  :status_code)
  SENSITIVE = []
  include Aws::Structure
end