Class: Aws::RolesAnywhere::Types::ScalarCrlRequest
- Inherits:
-
Struct
- Object
- Struct
- Aws::RolesAnywhere::Types::ScalarCrlRequest
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-rolesanywhere/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#crl_id ⇒ String
The unique identifier of the certificate revocation list (CRL).
Instance Attribute Details
#crl_id ⇒ String
The unique identifier of the certificate revocation list (CRL).
808 809 810 811 812 |
# File 'lib/aws-sdk-rolesanywhere/types.rb', line 808 class ScalarCrlRequest < Struct.new( :crl_id) SENSITIVE = [] include Aws::Structure end |