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

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

#domain_nameString

The unique name of the domain.

Returns:

  • (String)


2350
2351
2352
2353
2354
2355
# File 'gems/aws-sdk-customerprofiles/lib/aws-sdk-customerprofiles/types.rb', line 2350

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)


2350
2351
2352
2353
2354
2355
# File 'gems/aws-sdk-customerprofiles/lib/aws-sdk-customerprofiles/types.rb', line 2350

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