Class: Aws::Types::CreateDomainLayoutRequest
- Inherits:
-
Object
- Object
- Aws::Types::CreateDomainLayoutRequest
- 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.
-
#tags ⇒ ::Hash[::String, ::String]
Returns the value of attribute tags.
Instance Attribute Details
#description ⇒ ::String
Returns the value of attribute description.
339 340 341 |
# File 'sig/types.rbs', line 339 def description @description end |
#display_name ⇒ ::String
Returns the value of attribute display_name.
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.
337 338 339 |
# File 'sig/types.rbs', line 337 def domain_name @domain_name end |
#is_default ⇒ Boolean
Returns the value of attribute is_default.
341 342 343 |
# File 'sig/types.rbs', line 341 def is_default @is_default end |
#layout ⇒ ::String
Returns the value of attribute layout.
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.
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.
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.
344 345 346 |
# File 'sig/types.rbs', line 344 def @tags end |