Class: Aws::RolesAnywhere::Types::ListCrlsResponse

Inherits:
Struct
  • Object
show all
Includes:
Structure
Defined in:
lib/aws-sdk-rolesanywhere/types.rb

Overview

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#crlsArray<Types::CrlDetail>

A list of certificate revocation lists (CRL).

Returns:



360
361
362
363
364
365
# File 'lib/aws-sdk-rolesanywhere/types.rb', line 360

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

#next_tokenString

A token that indicates where the output should continue from, if a previous request did not show all results. To get the next results, make the request again with this value.

Returns:

  • (String)


360
361
362
363
364
365
# File 'lib/aws-sdk-rolesanywhere/types.rb', line 360

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