Class: Aws::RolesAnywhere::Types::CrlDetailResponse
- Inherits:
-
Struct
- Object
- Struct
- Aws::RolesAnywhere::Types::CrlDetailResponse
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-rolesanywhere/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#crl ⇒ Types::CrlDetail
The state of the certificate revocation list (CRL) after a read or write operation.
Instance Attribute Details
#crl ⇒ Types::CrlDetail
The state of the certificate revocation list (CRL) after a read or write operation.
247 248 249 250 251 |
# File 'lib/aws-sdk-rolesanywhere/types.rb', line 247 class CrlDetailResponse < Struct.new( :crl) SENSITIVE = [] include Aws::Structure end |