Class: Aws::RolesAnywhere::Types::UpdateCrlRequest
- Inherits:
-
Struct
- Object
- Struct
- Aws::RolesAnywhere::Types::UpdateCrlRequest
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-rolesanywhere/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#crl_data ⇒ String
The x509 v3 specified certificate revocation list (CRL).
-
#crl_id ⇒ String
The unique identifier of the certificate revocation list (CRL).
-
#name ⇒ String
The name of the Crl.
Instance Attribute Details
#crl_data ⇒ String
The x509 v3 specified certificate revocation list (CRL).
1165 1166 1167 1168 1169 1170 1171 |
# File 'lib/aws-sdk-rolesanywhere/types.rb', line 1165 class UpdateCrlRequest < Struct.new( :crl_data, :crl_id, :name) SENSITIVE = [] include Aws::Structure end |
#crl_id ⇒ String
The unique identifier of the certificate revocation list (CRL).
1165 1166 1167 1168 1169 1170 1171 |
# File 'lib/aws-sdk-rolesanywhere/types.rb', line 1165 class UpdateCrlRequest < Struct.new( :crl_data, :crl_id, :name) SENSITIVE = [] include Aws::Structure end |
#name ⇒ String
The name of the Crl.
1165 1166 1167 1168 1169 1170 1171 |
# File 'lib/aws-sdk-rolesanywhere/types.rb', line 1165 class UpdateCrlRequest < Struct.new( :crl_data, :crl_id, :name) SENSITIVE = [] include Aws::Structure end |