Class: Aws::Types::DeleteLayoutRequest
- Inherits:
-
Object
- Object
- Aws::Types::DeleteLayoutRequest
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#domain_id ⇒ ::String
Returns the value of attribute domain_id.
-
#layout_id ⇒ ::String
Returns the value of attribute layout_id.
Instance Attribute Details
#domain_id ⇒ ::String
Returns the value of attribute domain_id.
441 442 443 |
# File 'sig/types.rbs', line 441 def domain_id @domain_id end |
#layout_id ⇒ ::String
Returns the value of attribute layout_id.
442 443 444 |
# File 'sig/types.rbs', line 442 def layout_id @layout_id end |