Module: Aws::OpenSearchService::Client::_AttachDataSourceResponseSuccess
- Includes:
- Seahorse::Client::_ResponseSuccess[Types::AttachDataSourceResponse]
- Defined in:
- sig/client.rbs
Instance Method Summary collapse
- #arn ⇒ ::String
- #attachment_id ⇒ ::String
- #data_source_arn ⇒ ::String
- #id ⇒ ::String
- #status ⇒ "PENDING", ...
Instance Method Details
#arn ⇒ ::String
184 |
# File 'sig/client.rbs', line 184
def arn: () -> ::String
|
#attachment_id ⇒ ::String
182 |
# File 'sig/client.rbs', line 182
def attachment_id: () -> ::String
|
#data_source_arn ⇒ ::String
185 |
# File 'sig/client.rbs', line 185
def data_source_arn: () -> ::String
|
#id ⇒ ::String
183 |
# File 'sig/client.rbs', line 183
def id: () -> ::String
|
#status ⇒ "PENDING", ...
186 |
# File 'sig/client.rbs', line 186
def status: () -> ("PENDING" | "ATTACHED" | "FAILED")
|