Class: Aws::Types::GetDataSourceRequest
- Inherits:
-
Object
- Object
- Aws::Types::GetDataSourceRequest
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#api_id ⇒ ::String
Returns the value of attribute api_id.
-
#name ⇒ ::String
Returns the value of attribute name.
Instance Attribute Details
#api_id ⇒ ::String
Returns the value of attribute api_id.
746 747 748 |
# File 'sig/types.rbs', line 746 def api_id @api_id end |
#name ⇒ ::String
Returns the value of attribute name.
747 748 749 |
# File 'sig/types.rbs', line 747 def name @name end |