Class: Aws::CustomerProfiles::Types::GetProfileObjectTypeRequest

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

#domain_nameString

The unique name of the domain.

Returns:

  • (String)


3316
3317
3318
3319
3320
3321
# File 'lib/aws-sdk-customerprofiles/types.rb', line 3316

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

#object_type_nameString

The name of the profile object type.

Returns:

  • (String)


3316
3317
3318
3319
3320
3321
# File 'lib/aws-sdk-customerprofiles/types.rb', line 3316

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