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.
2864 2865 2866 |
# File 'sig/types.rbs', line 2864 def created_at @created_at end |
#description ⇒ ::String
Returns the value of attribute description.
2858 2859 2860 |
# File 'sig/types.rbs', line 2858 def description @description end |
#display_name ⇒ ::String
Returns the value of attribute display_name.
2859 2860 2861 |
# File 'sig/types.rbs', line 2859 def display_name @display_name end |
#is_default ⇒ Boolean
Returns the value of attribute is_default.
2860 2861 2862 |
# File 'sig/types.rbs', line 2860 def is_default @is_default end |
#last_updated_at ⇒ ::Time
Returns the value of attribute last_updated_at.
2865 2866 2867 |
# File 'sig/types.rbs', line 2865 def last_updated_at @last_updated_at end |
#layout ⇒ ::String
Returns the value of attribute layout.
2862 2863 2864 |
# File 'sig/types.rbs', line 2862 def layout @layout end |
#layout_definition_name ⇒ ::String
Returns the value of attribute layout_definition_name.
2857 2858 2859 |
# File 'sig/types.rbs', line 2857 def layout_definition_name @layout_definition_name end |
#layout_type ⇒ "PROFILE_EXPLORER"
Returns the value of attribute layout_type.
2861 2862 2863 |
# File 'sig/types.rbs', line 2861 def layout_type @layout_type end |
#tags ⇒ ::Hash[::String, ::String]
Returns the value of attribute tags.
2866 2867 2868 |
# File 'sig/types.rbs', line 2866 def @tags end |
#version ⇒ ::String
Returns the value of attribute version.
2863 2864 2865 |
# File 'sig/types.rbs', line 2863 def version @version end |