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