Class: Aws::Types::CreateDomainLayoutRequest

Inherits:
Object
  • Object
show all
Defined in:
sig/types.rbs

Constant Summary collapse

SENSITIVE =

Returns:

  • ([:description, :layout])

Instance Attribute Summary collapse

Instance Attribute Details

#description::String

Returns the value of attribute description.

Returns:

  • (::String)


339
340
341
# File 'sig/types.rbs', line 339

def description
  @description
end

#display_name::String

Returns the value of attribute display_name.

Returns:

  • (::String)


340
341
342
# File 'sig/types.rbs', line 340

def display_name
  @display_name
end

#domain_name::String

Returns the value of attribute domain_name.

Returns:

  • (::String)


337
338
339
# File 'sig/types.rbs', line 337

def domain_name
  @domain_name
end

#is_defaultBoolean

Returns the value of attribute is_default.

Returns:

  • (Boolean)


341
342
343
# File 'sig/types.rbs', line 341

def is_default
  @is_default
end

#layout::String

Returns the value of attribute layout.

Returns:

  • (::String)


343
344
345
# File 'sig/types.rbs', line 343

def layout
  @layout
end

#layout_definition_name::String

Returns the value of attribute layout_definition_name.

Returns:

  • (::String)


338
339
340
# File 'sig/types.rbs', line 338

def layout_definition_name
  @layout_definition_name
end

#layout_type"PROFILE_EXPLORER"

Returns the value of attribute layout_type.

Returns:

  • ("PROFILE_EXPLORER")


342
343
344
# File 'sig/types.rbs', line 342

def layout_type
  @layout_type
end

#tags::Hash[::String, ::String]

Returns the value of attribute tags.

Returns:

  • (::Hash[::String, ::String])


344
345
346
# File 'sig/types.rbs', line 344

def tags
  @tags
end