Class: Aws::CustomerProfiles::Types::DeleteDomainLayoutRequest
- Inherits:
-
Struct
- Object
- Struct
- Aws::CustomerProfiles::Types::DeleteDomainLayoutRequest
- 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.
-
#layout_definition_name ⇒ String
The unique name of the layout.
Instance Attribute Details
#domain_name ⇒ String
The unique name of the domain.
1872 1873 1874 1875 1876 1877 |
# File 'gems/aws-sdk-customerprofiles/lib/aws-sdk-customerprofiles/types.rb', line 1872 class DeleteDomainLayoutRequest < Struct.new( :domain_name, :layout_definition_name) SENSITIVE = [] include Aws::Structure end |
#layout_definition_name ⇒ String
The unique name of the layout.
1872 1873 1874 1875 1876 1877 |
# File 'gems/aws-sdk-customerprofiles/lib/aws-sdk-customerprofiles/types.rb', line 1872 class DeleteDomainLayoutRequest < Struct.new( :domain_name, :layout_definition_name) SENSITIVE = [] include Aws::Structure end |