Class: Aws::Types::LayoutItem
- Inherits:
-
Object
- Object
- Aws::Types::LayoutItem
- 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_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
#created_at ⇒ ::Time
Returns the value of attribute created_at.
1642 1643 1644 |
# File 'sig/types.rbs', line 1642 def created_at @created_at end |
#description ⇒ ::String
Returns the value of attribute description.
1637 1638 1639 |
# File 'sig/types.rbs', line 1637 def description @description end |
#display_name ⇒ ::String
Returns the value of attribute display_name.
1638 1639 1640 |
# File 'sig/types.rbs', line 1638 def display_name @display_name end |
#is_default ⇒ Boolean
Returns the value of attribute is_default.
1639 1640 1641 |
# File 'sig/types.rbs', line 1639 def is_default @is_default end |
#last_updated_at ⇒ ::Time
Returns the value of attribute last_updated_at.
1643 1644 1645 |
# File 'sig/types.rbs', line 1643 def last_updated_at @last_updated_at end |
#layout_definition_name ⇒ ::String
Returns the value of attribute layout_definition_name.
1636 1637 1638 |
# File 'sig/types.rbs', line 1636 def layout_definition_name @layout_definition_name end |
#layout_type ⇒ "PROFILE_EXPLORER"
Returns the value of attribute layout_type.
1640 1641 1642 |
# File 'sig/types.rbs', line 1640 def layout_type @layout_type end |
#tags ⇒ ::Hash[::String, ::String]
Returns the value of attribute tags.
1641 1642 1643 |
# File 'sig/types.rbs', line 1641 def @tags end |