Class: Aws::Types::UpdateDomainLayoutRequest

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)


2848
2849
2850
# File 'sig/types.rbs', line 2848

def description
  @description
end

#display_name ⇒ ::String

Returns the value of attribute display_name.

Returns:

  • (::String)


2849
2850
2851
# File 'sig/types.rbs', line 2849

def display_name
  @display_name
end

#domain_name ⇒ ::String

Returns the value of attribute domain_name.

Returns:

  • (::String)


2846
2847
2848
# File 'sig/types.rbs', line 2846

def domain_name
  @domain_name
end

#is_default ⇒ Boolean

Returns the value of attribute is_default.

Returns:

  • (Boolean)


2850
2851
2852
# File 'sig/types.rbs', line 2850

def is_default
  @is_default
end

#layout ⇒ ::String

Returns the value of attribute layout.

Returns:

  • (::String)


2852
2853
2854
# File 'sig/types.rbs', line 2852

def layout
  @layout
end

#layout_definition_name ⇒ ::String

Returns the value of attribute layout_definition_name.

Returns:

  • (::String)


2847
2848
2849
# File 'sig/types.rbs', line 2847

def layout_definition_name
  @layout_definition_name
end

#layout_type ⇒ "PROFILE_EXPLORER"

Returns the value of attribute layout_type.

Returns:

  • ("PROFILE_EXPLORER")


2851
2852
2853
# File 'sig/types.rbs', line 2851

def layout_type
  @layout_type
end