Class: Aws::CustomerProfiles::Types::GetDomainObjectTypeRequest

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)


3769
3770
3771
3772
3773
3774
# File 'lib/aws-sdk-customerprofiles/types.rb', line 3769

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

#object_type_nameString

The unique name of the domain object type.

Returns:

  • (String)


3769
3770
3771
3772
3773
3774
# File 'lib/aws-sdk-customerprofiles/types.rb', line 3769

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