Class: Aws::Types::DeleteDomainObjectTypeRequest
- Inherits:
-
Object
- Object
- Aws::Types::DeleteDomainObjectTypeRequest
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#domain_name ⇒ ::String
Returns the value of attribute domain_name.
-
#object_type_name ⇒ ::String
Returns the value of attribute object_type_name.
Instance Attribute Details
#domain_name ⇒ ::String
Returns the value of attribute domain_name.
632 633 634 |
# File 'sig/types.rbs', line 632 def domain_name @domain_name end |
#object_type_name ⇒ ::String
Returns the value of attribute object_type_name.
633 634 635 |
# File 'sig/types.rbs', line 633 def object_type_name @object_type_name end |