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