Module: Aws::OpenSearchService::Client::_GetDataSourceResponseSuccess
- Includes:
- Seahorse::Client::_ResponseSuccess[Types::GetDataSourceResponse]
- Defined in:
- sig/client.rbs
Instance Method Summary collapse
- #data_source_type ⇒ Types::DataSourceType
- #description ⇒ ::String
- #name ⇒ ::String
- #status ⇒ "ACTIVE", "DISABLED"
Instance Method Details
#data_source_type ⇒ Types::DataSourceType
883 |
# File 'sig/client.rbs', line 883
def data_source_type: () -> Types::DataSourceType
|
#description ⇒ ::String
885 |
# File 'sig/client.rbs', line 885
def description: () -> ::String
|
#name ⇒ ::String
884 |
# File 'sig/client.rbs', line 884
def name: () -> ::String
|
#status ⇒ "ACTIVE", "DISABLED"
886 |
# File 'sig/client.rbs', line 886
def status: () -> ("ACTIVE" | "DISABLED")
|