Class: Aws::Types::UpdateDomainLayoutRequest
- Inherits:
-
Object
- Object
- Aws::Types::UpdateDomainLayoutRequest
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#description ⇒ ::String
Returns the value of attribute description.
-
#display_name ⇒ ::String
Returns the value of attribute display_name.
-
#domain_name ⇒ ::String
Returns the value of attribute domain_name.
-
#is_default ⇒ Boolean
Returns the value of attribute is_default.
-
#layout ⇒ ::String
Returns the value of attribute layout.
-
#layout_definition_name ⇒ ::String
Returns the value of attribute layout_definition_name.
-
#layout_type ⇒ "PROFILE_EXPLORER"
Returns the value of attribute layout_type.
Instance Attribute Details
#description ⇒ ::String
Returns the value of attribute description.
2848 2849 2850 |
# File 'sig/types.rbs', line 2848 def description @description end |
#display_name ⇒ ::String
Returns the value of attribute display_name.
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.
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.
2850 2851 2852 |
# File 'sig/types.rbs', line 2850 def is_default @is_default end |
#layout ⇒ ::String
Returns the value of attribute layout.
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.
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.
2851 2852 2853 |
# File 'sig/types.rbs', line 2851 def layout_type @layout_type end |