Module: Aws::OpenSearchService::Client::_DescribeDataSourceAttachmentResponseSuccess

Includes:
Seahorse::Client::_ResponseSuccess[Types::DescribeDataSourceAttachmentResponse]
Defined in:
sig/client.rbs

Instance Method Summary collapse

Instance Method Details

#arn::String

Returns:

  • (::String)


572
# File 'sig/client.rbs', line 572

def arn: () -> ::String

#attachment_id::String

Returns:

  • (::String)


570
# File 'sig/client.rbs', line 570

def attachment_id: () -> ::String

#data_source_arn::String

Returns:

  • (::String)


573
# File 'sig/client.rbs', line 573

def data_source_arn: () -> ::String

#id::String

Returns:

  • (::String)


571
# File 'sig/client.rbs', line 571

def id: () -> ::String

#status"PENDING", ...

Returns:

  • ("PENDING", "ATTACHED", "FAILED")


574
# File 'sig/client.rbs', line 574

def status: () -> ("PENDING" | "ATTACHED" | "FAILED")