Class: Aws::CustomerProfiles::Types::GetDomainLayoutRequest

Inherits:
Struct
  • Object
show all
Includes:
Structure
Defined in:
lib/aws-sdk-customerprofiles/types.rb

Overview

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#domain_nameString

The unique name of the domain.

Returns:

  • (String)


3494
3495
3496
3497
3498
3499
# File 'lib/aws-sdk-customerprofiles/types.rb', line 3494

class GetDomainLayoutRequest < Struct.new(
  :domain_name,
  :layout_definition_name)
  SENSITIVE = []
  include Aws::Structure
end

#layout_definition_nameString

The unique name of the layout.

Returns:

  • (String)


3494
3495
3496
3497
3498
3499
# File 'lib/aws-sdk-customerprofiles/types.rb', line 3494

class GetDomainLayoutRequest < Struct.new(
  :domain_name,
  :layout_definition_name)
  SENSITIVE = []
  include Aws::Structure
end