Class: Aws::PcaConnectorScep::Types::ListChallengeMetadataResponse

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

#challengesArray<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_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)


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