Class: Aws::CustomerProfiles::Types::GetProfileObjectTypeRequest
- Inherits:
-
Struct
- Object
- Struct
- Aws::CustomerProfiles::Types::GetProfileObjectTypeRequest
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-customerprofiles/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#domain_name ⇒ String
The unique name of the domain.
-
#object_type_name ⇒ String
The name of the profile object type.
Instance Attribute Details
#domain_name ⇒ String
The unique name of the domain.
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_name ⇒ String
The name of the profile object type.
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 |