Class: Aws::Types::UpdateDirectQueryDataSourceRequest
- Inherits:
-
Object
- Object
- Aws::Types::UpdateDirectQueryDataSourceRequest
- 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_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.
2377 2378 2379 |
# File 'sig/types.rbs', line 2377 def data_source_access_policy @data_source_access_policy end |
#data_source_name ⇒ ::String
Returns the value of attribute data_source_name.
2373 2374 2375 |
# File 'sig/types.rbs', line 2373 def data_source_name @data_source_name end |
#data_source_type ⇒ Types::DirectQueryDataSourceType
Returns the value of attribute data_source_type.
2374 2375 2376 |
# File 'sig/types.rbs', line 2374 def data_source_type @data_source_type end |
#description ⇒ ::String
Returns the value of attribute description.
2375 2376 2377 |
# File 'sig/types.rbs', line 2375 def description @description end |
#open_search_arns ⇒ ::Array[::String]
Returns the value of attribute open_search_arns.
2376 2377 2378 |
# File 'sig/types.rbs', line 2376 def open_search_arns @open_search_arns end |