Class: Aws::Types::UpdateDomainLayoutResponse
- Inherits:
-
Object
- Object
- Aws::Types::UpdateDomainLayoutResponse
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#created_at ⇒ ::Time
Returns the value of attribute created_at.
-
#description ⇒ ::String
Returns the value of attribute description.
-
#display_name ⇒ ::String
Returns the value of attribute display_name.
-
#is_default ⇒ Boolean
Returns the value of attribute is_default.
-
#last_updated_at ⇒ ::Time
Returns the value of attribute last_updated_at.
-
#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.
-
#version ⇒ ::String
Returns the value of attribute version.
Instance Attribute Details
#created_at ⇒ ::Time
Returns the value of attribute created_at.
2833 2834 2835 |
# File 'sig/types.rbs', line 2833 def created_at @created_at end |
#description ⇒ ::String
Returns the value of attribute description.
2827 2828 2829 |
# File 'sig/types.rbs', line 2827 def description @description end |
#display_name ⇒ ::String
Returns the value of attribute display_name.
2828 2829 2830 |
# File 'sig/types.rbs', line 2828 def display_name @display_name end |
#is_default ⇒ Boolean
Returns the value of attribute is_default.
2829 2830 2831 |
# File 'sig/types.rbs', line 2829 def is_default @is_default end |
#last_updated_at ⇒ ::Time
Returns the value of attribute last_updated_at.
2834 2835 2836 |
# File 'sig/types.rbs', line 2834 def last_updated_at @last_updated_at end |
#layout ⇒ ::String
Returns the value of attribute layout.
2831 2832 2833 |
# File 'sig/types.rbs', line 2831 def layout @layout end |
#layout_definition_name ⇒ ::String
Returns the value of attribute layout_definition_name.
2826 2827 2828 |
# File 'sig/types.rbs', line 2826 def layout_definition_name @layout_definition_name end |
#layout_type ⇒ "PROFILE_EXPLORER"
Returns the value of attribute layout_type.
2830 2831 2832 |
# File 'sig/types.rbs', line 2830 def layout_type @layout_type end |
#tags ⇒ ::Hash[::String, ::String]
Returns the value of attribute tags.
2835 2836 2837 |
# File 'sig/types.rbs', line 2835 def @tags end |
#version ⇒ ::String
Returns the value of attribute version.
2832 2833 2834 |
# File 'sig/types.rbs', line 2832 def version @version end |