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

Inherits:
Struct
  • Object
show all
Defined in:
gems/aws-sdk-customerprofiles/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)


3039
3040
3041
3042
3043
3044
# File 'gems/aws-sdk-customerprofiles/lib/aws-sdk-customerprofiles/types.rb', line 3039

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)


3039
3040
3041
3042
3043
3044
# File 'gems/aws-sdk-customerprofiles/lib/aws-sdk-customerprofiles/types.rb', line 3039

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