Module: Aws::OpenSearchService::Client::_DescribeDataSourceAttachmentResponseSuccess
- Includes:
- Seahorse::Client::_ResponseSuccess[Types::DescribeDataSourceAttachmentResponse]
- 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
572 |
# File 'sig/client.rbs', line 572
def arn: () -> ::String
|
#attachment_id ⇒ ::String
570 |
# File 'sig/client.rbs', line 570
def attachment_id: () -> ::String
|
#data_source_arn ⇒ ::String
573 |
# File 'sig/client.rbs', line 573
def data_source_arn: () -> ::String
|
#id ⇒ ::String
571 |
# File 'sig/client.rbs', line 571
def id: () -> ::String
|
#status ⇒ "PENDING", ...
574 |
# File 'sig/client.rbs', line 574
def status: () -> ("PENDING" | "ATTACHED" | "FAILED")
|