Class: Aws::PcaConnectorScep::Types::ListConnectorsResponse
- Inherits:
-
Struct
- Object
- Struct
- Aws::PcaConnectorScep::Types::ListConnectorsResponse
- Defined in:
- gems/aws-sdk-pcaconnectorscep/lib/aws-sdk-pcaconnectorscep/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#connectors ⇒ Array<Types::ConnectorSummary>
The connectors belonging to your Amazon Web Services account.
-
#next_token ⇒ String
When you request a list of objects with a
MaxResultssetting, if the number of objects that are still available for retrieval exceeds the maximum you requested, Connector for SCEP returns aNextTokenvalue in the response.
Instance Attribute Details
#connectors ⇒ Array<Types::ConnectorSummary>
The connectors belonging to your Amazon Web Services account.
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_token ⇒ String
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.
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 |