Class: Aws::Types::DirectQueryDataSource
- Inherits:
-
Object
- Object
- Aws::Types::DirectQueryDataSource
- 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_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_arn ⇒ ::String
Returns the value of attribute data_source_arn.
974 975 976 |
# File 'sig/types.rbs', line 974 def data_source_arn @data_source_arn end |
#data_source_name ⇒ ::String
Returns the value of attribute data_source_name.
970 971 972 |
# File 'sig/types.rbs', line 970 def data_source_name @data_source_name end |
#data_source_type ⇒ Types::DirectQueryDataSourceType
Returns the value of attribute data_source_type.
971 972 973 |
# File 'sig/types.rbs', line 971 def data_source_type @data_source_type end |
#description ⇒ ::String
Returns the value of attribute description.
972 973 974 |
# File 'sig/types.rbs', line 972 def description @description end |
#open_search_arns ⇒ ::Array[::String]
Returns the value of attribute open_search_arns.
973 974 975 |
# File 'sig/types.rbs', line 973 def open_search_arns @open_search_arns end |
#tag_list ⇒ ::Array[Types::Tag]
Returns the value of attribute tag_list.
975 976 977 |
# File 'sig/types.rbs', line 975 def tag_list @tag_list end |