Class: Aws::RolesAnywhere::Types::CrlDetail
- Inherits:
-
Struct
- Object
- Struct
- Aws::RolesAnywhere::Types::CrlDetail
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-rolesanywhere/types.rb
Overview
The state of the certificate revocation list (CRL) after a read or write operation.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#created_at ⇒ Time
The ISO-8601 timestamp when the certificate revocation list (CRL) was created.
-
#crl_arn ⇒ String
The ARN of the certificate revocation list (CRL).
-
#crl_data ⇒ String
The state of the certificate revocation list (CRL) after a read or write operation.
-
#crl_id ⇒ String
The unique identifier of the certificate revocation list (CRL).
-
#enabled ⇒ Boolean
Indicates whether the certificate revocation list (CRL) is enabled.
-
#name ⇒ String
The name of the certificate revocation list (CRL).
-
#trust_anchor_arn ⇒ String
The ARN of the TrustAnchor the certificate revocation list (CRL) will provide revocation for.
-
#updated_at ⇒ Time
The ISO-8601 timestamp when the certificate revocation list (CRL) was last updated.
Instance Attribute Details
#created_at ⇒ Time
The ISO-8601 timestamp when the certificate revocation list (CRL) was created.
227 228 229 230 231 232 233 234 235 236 237 238 |
# File 'lib/aws-sdk-rolesanywhere/types.rb', line 227 class CrlDetail < Struct.new( :created_at, :crl_arn, :crl_data, :crl_id, :enabled, :name, :trust_anchor_arn, :updated_at) SENSITIVE = [] include Aws::Structure end |
#crl_arn ⇒ String
The ARN of the certificate revocation list (CRL).
227 228 229 230 231 232 233 234 235 236 237 238 |
# File 'lib/aws-sdk-rolesanywhere/types.rb', line 227 class CrlDetail < Struct.new( :created_at, :crl_arn, :crl_data, :crl_id, :enabled, :name, :trust_anchor_arn, :updated_at) SENSITIVE = [] include Aws::Structure end |
#crl_data ⇒ String
The state of the certificate revocation list (CRL) after a read or write operation.
227 228 229 230 231 232 233 234 235 236 237 238 |
# File 'lib/aws-sdk-rolesanywhere/types.rb', line 227 class CrlDetail < Struct.new( :created_at, :crl_arn, :crl_data, :crl_id, :enabled, :name, :trust_anchor_arn, :updated_at) SENSITIVE = [] include Aws::Structure end |
#crl_id ⇒ String
The unique identifier of the certificate revocation list (CRL).
227 228 229 230 231 232 233 234 235 236 237 238 |
# File 'lib/aws-sdk-rolesanywhere/types.rb', line 227 class CrlDetail < Struct.new( :created_at, :crl_arn, :crl_data, :crl_id, :enabled, :name, :trust_anchor_arn, :updated_at) SENSITIVE = [] include Aws::Structure end |
#enabled ⇒ Boolean
Indicates whether the certificate revocation list (CRL) is enabled.
227 228 229 230 231 232 233 234 235 236 237 238 |
# File 'lib/aws-sdk-rolesanywhere/types.rb', line 227 class CrlDetail < Struct.new( :created_at, :crl_arn, :crl_data, :crl_id, :enabled, :name, :trust_anchor_arn, :updated_at) SENSITIVE = [] include Aws::Structure end |
#name ⇒ String
The name of the certificate revocation list (CRL).
227 228 229 230 231 232 233 234 235 236 237 238 |
# File 'lib/aws-sdk-rolesanywhere/types.rb', line 227 class CrlDetail < Struct.new( :created_at, :crl_arn, :crl_data, :crl_id, :enabled, :name, :trust_anchor_arn, :updated_at) SENSITIVE = [] include Aws::Structure end |
#trust_anchor_arn ⇒ String
The ARN of the TrustAnchor the certificate revocation list (CRL) will provide revocation for.
227 228 229 230 231 232 233 234 235 236 237 238 |
# File 'lib/aws-sdk-rolesanywhere/types.rb', line 227 class CrlDetail < Struct.new( :created_at, :crl_arn, :crl_data, :crl_id, :enabled, :name, :trust_anchor_arn, :updated_at) SENSITIVE = [] include Aws::Structure end |
#updated_at ⇒ Time
The ISO-8601 timestamp when the certificate revocation list (CRL) was last updated.
227 228 229 230 231 232 233 234 235 236 237 238 |
# File 'lib/aws-sdk-rolesanywhere/types.rb', line 227 class CrlDetail < Struct.new( :created_at, :crl_arn, :crl_data, :crl_id, :enabled, :name, :trust_anchor_arn, :updated_at) SENSITIVE = [] include Aws::Structure end |