Class: Aws::Types::GetDirectQueryDataSourceResponse
- Inherits:
-
Object
- Object
- Aws::Types::GetDirectQueryDataSourceResponse
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#data_source_access_policy ⇒ ::String
Returns the value of attribute data_source_access_policy.
-
#data_source_arn ⇒ ::String
Returns the value of attribute data_source_arn.
-
#data_source_name ⇒ ::String
Returns the value of attribute data_source_name.
-
#data_source_type ⇒ Types::DirectQueryDataSourceType
Returns the value of attribute data_source_type.
-
#description ⇒ ::String
Returns the value of attribute description.
-
#open_search_arns ⇒ ::Array[::String]
Returns the value of attribute open_search_arns.
Instance Attribute Details
#data_source_access_policy ⇒ ::String
Returns the value of attribute data_source_access_policy.
1312 1313 1314 |
# File 'sig/types.rbs', line 1312 def data_source_access_policy @data_source_access_policy end |
#data_source_arn ⇒ ::String
Returns the value of attribute data_source_arn.
1313 1314 1315 |
# File 'sig/types.rbs', line 1313 def data_source_arn @data_source_arn end |
#data_source_name ⇒ ::String
Returns the value of attribute data_source_name.
1308 1309 1310 |
# File 'sig/types.rbs', line 1308 def data_source_name @data_source_name end |
#data_source_type ⇒ Types::DirectQueryDataSourceType
Returns the value of attribute data_source_type.
1309 1310 1311 |
# File 'sig/types.rbs', line 1309 def data_source_type @data_source_type end |
#description ⇒ ::String
Returns the value of attribute description.
1310 1311 1312 |
# File 'sig/types.rbs', line 1310 def description @description end |
#open_search_arns ⇒ ::Array[::String]
Returns the value of attribute open_search_arns.
1311 1312 1313 |
# File 'sig/types.rbs', line 1311 def open_search_arns @open_search_arns end |