Class: Aws::Types::DescribeDataSourceRequest
- Inherits:
-
Object
- Object
- Aws::Types::DescribeDataSourceRequest
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#aws_account_id ⇒ ::String
Returns the value of attribute aws_account_id.
-
#data_source_id ⇒ ::String
Returns the value of attribute data_source_id.
Instance Attribute Details
#aws_account_id ⇒ ::String
Returns the value of attribute aws_account_id.
4890 4891 4892 |
# File 'sig/types.rbs', line 4890 def aws_account_id @aws_account_id end |
#data_source_id ⇒ ::String
Returns the value of attribute data_source_id.
4891 4892 4893 |
# File 'sig/types.rbs', line 4891 def data_source_id @data_source_id end |