Class: Aws::PcaConnectorScep::Types::ListChallengeMetadataResponse
- Inherits:
-
Struct
- Object
- Struct
- Aws::PcaConnectorScep::Types::ListChallengeMetadataResponse
- Defined in:
- gems/aws-sdk-pcaconnectorscep/lib/aws-sdk-pcaconnectorscep/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#challenges ⇒ Array<Types::ChallengeMetadataSummary>
The challenge metadata for the challenges belonging to your Amazon Web Services account.
-
#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 aNextToken
value in the response.
Instance Attribute Details
#challenges ⇒ Array<Types::ChallengeMetadataSummary>
The challenge metadata for the challenges belonging to your Amazon Web Services account.
631 632 633 634 635 636 |
# File 'gems/aws-sdk-pcaconnectorscep/lib/aws-sdk-pcaconnectorscep/types.rb', line 631 class ListChallengeMetadataResponse < Struct.new( :challenges, :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.
631 632 633 634 635 636 |
# File 'gems/aws-sdk-pcaconnectorscep/lib/aws-sdk-pcaconnectorscep/types.rb', line 631 class ListChallengeMetadataResponse < Struct.new( :challenges, :next_token) SENSITIVE = [] include Aws::Structure end |