Class: Aws::Types::GetDomainLayoutResponse
- Inherits:
-
Object
- Object
- Aws::Types::GetDomainLayoutResponse
- 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.
1090 1091 1092 |
# File 'sig/types.rbs', line 1090 def created_at @created_at end |
#description ⇒ ::String
Returns the value of attribute description.
1084 1085 1086 |
# File 'sig/types.rbs', line 1084 def description @description end |
#display_name ⇒ ::String
Returns the value of attribute display_name.
1085 1086 1087 |
# File 'sig/types.rbs', line 1085 def display_name @display_name end |
#is_default ⇒ Boolean
Returns the value of attribute is_default.
1086 1087 1088 |
# File 'sig/types.rbs', line 1086 def is_default @is_default end |
#last_updated_at ⇒ ::Time
Returns the value of attribute last_updated_at.
1091 1092 1093 |
# File 'sig/types.rbs', line 1091 def last_updated_at @last_updated_at end |
#layout ⇒ ::String
Returns the value of attribute layout.
1088 1089 1090 |
# File 'sig/types.rbs', line 1088 def layout @layout end |
#layout_definition_name ⇒ ::String
Returns the value of attribute layout_definition_name.
1083 1084 1085 |
# File 'sig/types.rbs', line 1083 def layout_definition_name @layout_definition_name end |
#layout_type ⇒ "PROFILE_EXPLORER"
Returns the value of attribute layout_type.
1087 1088 1089 |
# File 'sig/types.rbs', line 1087 def layout_type @layout_type end |
#tags ⇒ ::Hash[::String, ::String]
Returns the value of attribute tags.
1092 1093 1094 |
# File 'sig/types.rbs', line 1092 def @tags end |
#version ⇒ ::String
Returns the value of attribute version.
1089 1090 1091 |
# File 'sig/types.rbs', line 1089 def version @version end |