Class: Aws::Types::DeleteDomainLayoutRequest
- Inherits:
-
Object
- Object
- Aws::Types::DeleteDomainLayoutRequest
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#domain_name ⇒ ::String
Returns the value of attribute domain_name.
-
#layout_definition_name ⇒ ::String
Returns the value of attribute layout_definition_name.
Instance Attribute Details
#domain_name ⇒ ::String
Returns the value of attribute domain_name.
621 622 623 |
# File 'sig/types.rbs', line 621 def domain_name @domain_name end |
#layout_definition_name ⇒ ::String
Returns the value of attribute layout_definition_name.
622 623 624 |
# File 'sig/types.rbs', line 622 def layout_definition_name @layout_definition_name end |