Class: Aws::CustomerProfiles::Types::GetDomainRequest
- Inherits:
-
Struct
- Object
- Struct
- Aws::CustomerProfiles::Types::GetDomainRequest
- 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.
Instance Attribute Details
#domain_name ⇒ String
The unique name of the domain.
2836 2837 2838 2839 2840 |
# File 'lib/aws-sdk-customerprofiles/types.rb', line 2836 class GetDomainRequest < Struct.new( :domain_name) SENSITIVE = [] include Aws::Structure end |