Class: Aws::RolesAnywhere::Types::CrlDetailResponse

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

#crlTypes::CrlDetail

The state of the certificate revocation list (CRL) after a read or write operation.

Returns:



247
248
249
250
251
# File 'lib/aws-sdk-rolesanywhere/types.rb', line 247

class CrlDetailResponse < Struct.new(
  :crl)
  SENSITIVE = []
  include Aws::Structure
end