Class: Aws::Types::UpdateLayoutRequest
- Inherits:
-
Object
- Object
- Aws::Types::UpdateLayoutRequest
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#content ⇒ Types::LayoutContent
Returns the value of attribute content.
-
#domain_id ⇒ ::String
Returns the value of attribute domain_id.
-
#layout_id ⇒ ::String
Returns the value of attribute layout_id.
-
#name ⇒ ::String
Returns the value of attribute name.
Instance Attribute Details
#content ⇒ Types::LayoutContent
Returns the value of attribute content.
1298 1299 1300 |
# File 'sig/types.rbs', line 1298 def content @content end |
#domain_id ⇒ ::String
Returns the value of attribute domain_id.
1295 1296 1297 |
# File 'sig/types.rbs', line 1295 def domain_id @domain_id end |
#layout_id ⇒ ::String
Returns the value of attribute layout_id.
1296 1297 1298 |
# File 'sig/types.rbs', line 1296 def layout_id @layout_id end |
#name ⇒ ::String
Returns the value of attribute name.
1297 1298 1299 |
# File 'sig/types.rbs', line 1297 def name @name end |