Class: Aws::Types::CreateLayoutRequest
- Inherits:
-
Object
- Object
- Aws::Types::CreateLayoutRequest
- 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.
-
#name ⇒ ::String
Returns the value of attribute name.
Instance Attribute Details
#content ⇒ Types::LayoutContent
Returns the value of attribute content.
322 323 324 |
# File 'sig/types.rbs', line 322 def content @content end |
#domain_id ⇒ ::String
Returns the value of attribute domain_id.
320 321 322 |
# File 'sig/types.rbs', line 320 def domain_id @domain_id end |
#name ⇒ ::String
Returns the value of attribute name.
321 322 323 |
# File 'sig/types.rbs', line 321 def name @name end |