Class: Aws::Types::GetLayoutRequest
- Inherits:
-
Object
- Object
- Aws::Types::GetLayoutRequest
- 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.
707 708 709 |
# File 'sig/types.rbs', line 707 def domain_id @domain_id end |
#layout_id ⇒ ::String
Returns the value of attribute layout_id.
708 709 710 |
# File 'sig/types.rbs', line 708 def layout_id @layout_id end |