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:



10078
10079
10080
# File 'sig/types.rbs', line 10078

def action_connector_summaries
  @action_connector_summaries
end

#next_token::String

Returns the value of attribute next_token.

Returns:

  • (::String)


10075
10076
10077
# File 'sig/types.rbs', line 10075

def next_token
  @next_token
end

#request_id::String

Returns the value of attribute request_id.

Returns:

  • (::String)


10076
10077
10078
# File 'sig/types.rbs', line 10076

def request_id
  @request_id
end

#status::Integer

Returns the value of attribute status.

Returns:

  • (::Integer)


10077
10078
10079
# File 'sig/types.rbs', line 10077

def status
  @status
end