Class: Aws::CustomerProfiles::Types::GetDomainRequest
- Inherits:
-
Struct
- Object
- Struct
- Aws::CustomerProfiles::Types::GetDomainRequest
- Defined in:
- gems/aws-sdk-customerprofiles/lib/aws-sdk-customerprofiles/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#domain_name ⇒ String
The unique name of the domain.
Instance Attribute Details
#domain_name ⇒ String
The unique name of the domain.
3633 3634 3635 3636 3637 |
# File 'gems/aws-sdk-customerprofiles/lib/aws-sdk-customerprofiles/types.rb', line 3633 class GetDomainRequest < Struct.new( :domain_name) SENSITIVE = [] include Aws::Structure end |