Class: Aws::Types::DeleteDomainAssociationRequest
- Inherits:
-
Object
- Object
- Aws::Types::DeleteDomainAssociationRequest
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#app_id ⇒ ::String
Returns the value of attribute app_id.
-
#domain_name ⇒ ::String
Returns the value of attribute domain_name.
Instance Attribute Details
#app_id ⇒ ::String
Returns the value of attribute app_id.
293 294 295 |
# File 'sig/types.rbs', line 293 def app_id @app_id end |
#domain_name ⇒ ::String
Returns the value of attribute domain_name.
294 295 296 |
# File 'sig/types.rbs', line 294 def domain_name @domain_name end |