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

Inherits:
Struct
  • Object
show all
Defined in:
gems/aws-sdk-rolesanywhere/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:



241
242
243
244
245
# File 'gems/aws-sdk-rolesanywhere/lib/aws-sdk-rolesanywhere/types.rb', line 241

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