Class: Aws::Types::LayoutSummary
- Inherits:
-
Object
- Object
- Aws::Types::LayoutSummary
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#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.
Instance Attribute Details
#layout_arn ⇒ ::String
Returns the value of attribute layout_arn.
782 783 784 |
# File 'sig/types.rbs', line 782 def layout_arn @layout_arn end |
#layout_id ⇒ ::String
Returns the value of attribute layout_id.
781 782 783 |
# File 'sig/types.rbs', line 781 def layout_id @layout_id end |
#name ⇒ ::String
Returns the value of attribute name.
783 784 785 |
# File 'sig/types.rbs', line 783 def name @name end |