Class: Aws::PcaConnectorAd::Types::ListConnectorsResponse

Inherits:
Struct
  • Object
show all
Defined in:
gems/aws-sdk-pcaconnectorad/lib/aws-sdk-pcaconnectorad/types.rb

Overview

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#connectorsArray<Types::ConnectorSummary>

Summary information about each connector you have created.

Returns:



1399
1400
1401
1402
1403
1404
# File 'gems/aws-sdk-pcaconnectorad/lib/aws-sdk-pcaconnectorad/types.rb', line 1399

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

#next_tokenString

Use this parameter when paginating results in a subsequent request after you receive a response with truncated results. Set it to the value of the NextToken parameter from the response you just received.

Returns:

  • (String)


1399
1400
1401
1402
1403
1404
# File 'gems/aws-sdk-pcaconnectorad/lib/aws-sdk-pcaconnectorad/types.rb', line 1399

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