Class: Aws::RolesAnywhere::Types::ListCrlsResponse
- Inherits:
-
Struct
- Object
- Struct
- Aws::RolesAnywhere::Types::ListCrlsResponse
- Defined in:
- gems/aws-sdk-rolesanywhere/lib/aws-sdk-rolesanywhere/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#crls ⇒ Array<Types::CrlDetail>
A list of certificate revocation lists (CRL).
-
#next_token ⇒ String
A token that indicates where the output should continue from, if a previous request did not show all results.
Instance Attribute Details
#crls ⇒ Array<Types::CrlDetail>
A list of certificate revocation lists (CRL).
361 362 363 364 365 366 |
# File 'gems/aws-sdk-rolesanywhere/lib/aws-sdk-rolesanywhere/types.rb', line 361 class ListCrlsResponse < Struct.new( :next_token, :crls) SENSITIVE = [] include Aws::Structure end |
#next_token ⇒ String
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.
361 362 363 364 365 366 |
# File 'gems/aws-sdk-rolesanywhere/lib/aws-sdk-rolesanywhere/types.rb', line 361 class ListCrlsResponse < Struct.new( :next_token, :crls) SENSITIVE = [] include Aws::Structure end |