Class: Aws::SMS::Types::GetConnectorsResponse

Inherits:
Struct
  • Object
show all
Includes:
Aws::Structure
Defined in:
lib/aws-sdk-sms/types.rb

Overview

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#connector_listArray<Types::Connector>

Information about the registered connectors.

Returns:



740
741
742
743
744
745
# File 'lib/aws-sdk-sms/types.rb', line 740

class GetConnectorsResponse < Struct.new(
  :connector_list,
  :next_token)
  SENSITIVE = []
  include Aws::Structure
end

#next_tokenString

The token required to retrieve the next set of results. This value is null when there are no more results to return.

Returns:

  • (String)


740
741
742
743
744
745
# File 'lib/aws-sdk-sms/types.rb', line 740

class GetConnectorsResponse < Struct.new(
  :connector_list,
  :next_token)
  SENSITIVE = []
  include Aws::Structure
end