Class: Aws::PcaConnectorAd::Types::ListConnectorsResponse
- Inherits:
-
Struct
- Object
- Struct
- Aws::PcaConnectorAd::Types::ListConnectorsResponse
- Defined in:
- gems/aws-sdk-pcaconnectorad/lib/aws-sdk-pcaconnectorad/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#connectors ⇒ Array<Types::ConnectorSummary>
Summary information about each connector you have created.
-
#next_token ⇒ String
Use this parameter when paginating results in a subsequent request after you receive a response with truncated results.
Instance Attribute Details
#connectors ⇒ Array<Types::ConnectorSummary>
Summary information about each connector you have created.
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_token ⇒ String
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.
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 |