Class: Aws::PcaConnectorScep::Types::ListConnectorsResponse

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

Overview

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#connectorsArray<Types::ConnectorSummary>

The connectors belonging to your Amazon Web Services account.

Returns:



676
677
678
679
680
681
# File 'gems/aws-sdk-pcaconnectorscep/lib/aws-sdk-pcaconnectorscep/types.rb', line 676

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

#next_tokenString

When you request a list of objects with a MaxResults setting, if the number of objects that are still available for retrieval exceeds the maximum you requested, Connector for SCEP returns a NextToken value in the response. To retrieve the next batch of objects, use the token returned from the prior request in your next request.

Returns:

  • (String)


676
677
678
679
680
681
# File 'gems/aws-sdk-pcaconnectorscep/lib/aws-sdk-pcaconnectorscep/types.rb', line 676

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