Module: Aws::OpenSearchService::Client::_GetDirectQueryDataSourceResponseSuccess
- Includes:
- Seahorse::Client::_ResponseSuccess[Types::GetDirectQueryDataSourceResponse]
- Defined in:
- sig/client.rbs
Instance Method Summary collapse
- #data_source_access_policy ⇒ ::String
- #data_source_arn ⇒ ::String
- #data_source_name ⇒ ::String
- #data_source_type ⇒ Types::DirectQueryDataSourceType
- #description ⇒ ::String
- #open_search_arns ⇒ ::Array[::String]
Instance Method Details
#data_source_access_policy ⇒ ::String
910 |
# File 'sig/client.rbs', line 910
def data_source_access_policy: () -> ::String
|
#data_source_arn ⇒ ::String
911 |
# File 'sig/client.rbs', line 911
def data_source_arn: () -> ::String
|
#data_source_name ⇒ ::String
906 |
# File 'sig/client.rbs', line 906
def data_source_name: () -> ::String
|
#data_source_type ⇒ Types::DirectQueryDataSourceType
907 |
# File 'sig/client.rbs', line 907
def data_source_type: () -> Types::DirectQueryDataSourceType
|
#description ⇒ ::String
908 |
# File 'sig/client.rbs', line 908
def description: () -> ::String
|
#open_search_arns ⇒ ::Array[::String]
909 |
# File 'sig/client.rbs', line 909
def open_search_arns: () -> ::Array[::String]
|