Class: Aws::Types::DataSource
- Inherits:
-
Object
- Object
- Aws::Types::DataSource
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#data_source_arn ⇒ ::String
Returns the value of attribute data_source_arn.
-
#data_source_description ⇒ ::String
Returns the value of attribute data_source_description.
-
#iam_role_for_data_source_arn ⇒ ::String
Returns the value of attribute iam_role_for_data_source_arn.
Instance Attribute Details
#data_source_arn ⇒ ::String
Returns the value of attribute data_source_arn.
593 594 595 |
# File 'sig/types.rbs', line 593 def data_source_arn @data_source_arn end |
#data_source_description ⇒ ::String
Returns the value of attribute data_source_description.
594 595 596 |
# File 'sig/types.rbs', line 594 def data_source_description @data_source_description end |
#iam_role_for_data_source_arn ⇒ ::String
Returns the value of attribute iam_role_for_data_source_arn.
595 596 597 |
# File 'sig/types.rbs', line 595 def iam_role_for_data_source_arn @iam_role_for_data_source_arn end |