Class: Aws::Types::GetLayoutResponse
- Inherits:
-
Object
- Object
- Aws::Types::GetLayoutResponse
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#content ⇒ Types::LayoutContent
Returns the value of attribute content.
-
#created_time ⇒ ::Time
Returns the value of attribute created_time.
-
#deleted ⇒ Boolean
Returns the value of attribute deleted.
-
#last_modified_time ⇒ ::Time
Returns the value of attribute last_modified_time.
-
#layout_arn ⇒ ::String
Returns the value of attribute layout_arn.
-
#layout_id ⇒ ::String
Returns the value of attribute layout_id.
-
#name ⇒ ::String
Returns the value of attribute name.
-
#tags ⇒ ::Hash[::String, ::String]
Returns the value of attribute tags.
Instance Attribute Details
#content ⇒ Types::LayoutContent
Returns the value of attribute content.
716 717 718 |
# File 'sig/types.rbs', line 716 def content @content end |
#created_time ⇒ ::Time
Returns the value of attribute created_time.
719 720 721 |
# File 'sig/types.rbs', line 719 def created_time @created_time end |
#deleted ⇒ Boolean
Returns the value of attribute deleted.
718 719 720 |
# File 'sig/types.rbs', line 718 def deleted @deleted end |
#last_modified_time ⇒ ::Time
Returns the value of attribute last_modified_time.
720 721 722 |
# File 'sig/types.rbs', line 720 def last_modified_time @last_modified_time end |
#layout_arn ⇒ ::String
Returns the value of attribute layout_arn.
714 715 716 |
# File 'sig/types.rbs', line 714 def layout_arn @layout_arn end |
#layout_id ⇒ ::String
Returns the value of attribute layout_id.
713 714 715 |
# File 'sig/types.rbs', line 713 def layout_id @layout_id end |
#name ⇒ ::String
Returns the value of attribute name.
715 716 717 |
# File 'sig/types.rbs', line 715 def name @name end |
#tags ⇒ ::Hash[::String, ::String]
Returns the value of attribute tags.
717 718 719 |
# File 'sig/types.rbs', line 717 def end |