Class: Aws::Types::AddDirectQueryDataSourceRequest
- Inherits:
-
Object
- Object
- Aws::Types::AddDirectQueryDataSourceRequest
- 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.
-
#tag_list ⇒ ::Array[Types::Tag]
Returns the value of attribute tag_list.
Instance Attribute Details
#data_source_access_policy ⇒ ::String
Returns the value of attribute data_source_access_policy.
78 79 80 |
# File 'sig/types.rbs', line 78 def data_source_access_policy @data_source_access_policy end |
#data_source_name ⇒ ::String
Returns the value of attribute data_source_name.
74 75 76 |
# File 'sig/types.rbs', line 74 def data_source_name @data_source_name end |
#data_source_type ⇒ Types::DirectQueryDataSourceType
Returns the value of attribute data_source_type.
75 76 77 |
# File 'sig/types.rbs', line 75 def data_source_type @data_source_type end |
#description ⇒ ::String
Returns the value of attribute description.
76 77 78 |
# File 'sig/types.rbs', line 76 def description @description end |
#open_search_arns ⇒ ::Array[::String]
Returns the value of attribute open_search_arns.
77 78 79 |
# File 'sig/types.rbs', line 77 def open_search_arns @open_search_arns end |
#tag_list ⇒ ::Array[Types::Tag]
Returns the value of attribute tag_list.
79 80 81 |
# File 'sig/types.rbs', line 79 def tag_list @tag_list end |