Class: Aws::Types::SearchActionConnectorsResponse

Inherits:
Object
  • Object
show all
Defined in:
sig/types.rbs

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#action_connector_summaries::Array[Types::ActionConnectorSummary]

Returns the value of attribute action_connector_summaries.

Returns:



9710
9711
9712
# File 'sig/types.rbs', line 9710

def action_connector_summaries
  @action_connector_summaries
end

#next_token::String

Returns the value of attribute next_token.

Returns:

  • (::String)


9707
9708
9709
# File 'sig/types.rbs', line 9707

def next_token
  @next_token
end

#request_id::String

Returns the value of attribute request_id.

Returns:

  • (::String)


9708
9709
9710
# File 'sig/types.rbs', line 9708

def request_id
  @request_id
end

#status::Integer

Returns the value of attribute status.

Returns:

  • (::Integer)


9709
9710
9711
# File 'sig/types.rbs', line 9709

def status
  @status
end