Class: Aws::CustomerProfiles::Types::GetCalculatedAttributeForProfileRequest

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

#calculated_attribute_nameString

The unique name of the calculated attribute.

Returns:

  • (String)


2794
2795
2796
2797
2798
2799
2800
# File 'lib/aws-sdk-customerprofiles/types.rb', line 2794

class GetCalculatedAttributeForProfileRequest < Struct.new(
  :domain_name,
  :profile_id,
  :calculated_attribute_name)
  SENSITIVE = []
  include Aws::Structure
end

#domain_nameString

The unique name of the domain.

Returns:

  • (String)


2794
2795
2796
2797
2798
2799
2800
# File 'lib/aws-sdk-customerprofiles/types.rb', line 2794

class GetCalculatedAttributeForProfileRequest < Struct.new(
  :domain_name,
  :profile_id,
  :calculated_attribute_name)
  SENSITIVE = []
  include Aws::Structure
end

#profile_idString

The unique identifier of a customer profile.

Returns:

  • (String)


2794
2795
2796
2797
2798
2799
2800
# File 'lib/aws-sdk-customerprofiles/types.rb', line 2794

class GetCalculatedAttributeForProfileRequest < Struct.new(
  :domain_name,
  :profile_id,
  :calculated_attribute_name)
  SENSITIVE = []
  include Aws::Structure
end