Class: Aws::CustomerProfiles::Types::GetCalculatedAttributeDefinitionRequest

Inherits:
Struct
  • Object
show all
Defined in:
gems/aws-sdk-customerprofiles/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)


2480
2481
2482
2483
2484
2485
# File 'gems/aws-sdk-customerprofiles/lib/aws-sdk-customerprofiles/types.rb', line 2480

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

#domain_nameString

The unique name of the domain.

Returns:

  • (String)


2480
2481
2482
2483
2484
2485
# File 'gems/aws-sdk-customerprofiles/lib/aws-sdk-customerprofiles/types.rb', line 2480

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