Class: Aws::Types::DescribeDataSourceResponse
- Inherits:
-
Object
- Object
- Aws::Types::DescribeDataSourceResponse
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#data_source ⇒ Types::DataSource
Returns the value of attribute data_source.
-
#request_id ⇒ ::String
Returns the value of attribute request_id.
-
#status ⇒ ::Integer
Returns the value of attribute status.
Instance Attribute Details
#data_source ⇒ Types::DataSource
Returns the value of attribute data_source.
4686 4687 4688 |
# File 'sig/types.rbs', line 4686 def data_source @data_source end |
#request_id ⇒ ::String
Returns the value of attribute request_id.
4687 4688 4689 |
# File 'sig/types.rbs', line 4687 def request_id @request_id end |
#status ⇒ ::Integer
Returns the value of attribute status.
4688 4689 4690 |
# File 'sig/types.rbs', line 4688 def status @status end |