Class: Aws::RolesAnywhere::Types::CrlDetail

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

Instance Attribute Details

#created_atTime

The ISO-8601 timestamp when the certificate revocation list (CRL) was created.

Returns:

  • (Time)


221
222
223
224
225
226
227
228
229
230
231
232
# File 'gems/aws-sdk-rolesanywhere/lib/aws-sdk-rolesanywhere/types.rb', line 221

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_arnString

The ARN of the certificate revocation list (CRL).

Returns:

  • (String)


221
222
223
224
225
226
227
228
229
230
231
232
# File 'gems/aws-sdk-rolesanywhere/lib/aws-sdk-rolesanywhere/types.rb', line 221

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_dataString

The state of the certificate revocation list (CRL) after a read or write operation.

Returns:

  • (String)


221
222
223
224
225
226
227
228
229
230
231
232
# File 'gems/aws-sdk-rolesanywhere/lib/aws-sdk-rolesanywhere/types.rb', line 221

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_idString

The unique identifier of the certificate revocation list (CRL).

Returns:

  • (String)


221
222
223
224
225
226
227
228
229
230
231
232
# File 'gems/aws-sdk-rolesanywhere/lib/aws-sdk-rolesanywhere/types.rb', line 221

class CrlDetail < Struct.new(
  :created_at,
  :crl_arn,
  :crl_data,
  :crl_id,
  :enabled,
  :name,
  :trust_anchor_arn,
  :updated_at)
  SENSITIVE = []
  include Aws::Structure
end

#enabledBoolean

Indicates whether the certificate revocation list (CRL) is enabled.

Returns:

  • (Boolean)


221
222
223
224
225
226
227
228
229
230
231
232
# File 'gems/aws-sdk-rolesanywhere/lib/aws-sdk-rolesanywhere/types.rb', line 221

class CrlDetail < Struct.new(
  :created_at,
  :crl_arn,
  :crl_data,
  :crl_id,
  :enabled,
  :name,
  :trust_anchor_arn,
  :updated_at)
  SENSITIVE = []
  include Aws::Structure
end

#nameString

The name of the certificate revocation list (CRL).

Returns:

  • (String)


221
222
223
224
225
226
227
228
229
230
231
232
# File 'gems/aws-sdk-rolesanywhere/lib/aws-sdk-rolesanywhere/types.rb', line 221

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_arnString

The ARN of the TrustAnchor the certificate revocation list (CRL) will provide revocation for.

Returns:

  • (String)


221
222
223
224
225
226
227
228
229
230
231
232
# File 'gems/aws-sdk-rolesanywhere/lib/aws-sdk-rolesanywhere/types.rb', line 221

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_atTime

The ISO-8601 timestamp when the certificate revocation list (CRL) was last updated.

Returns:

  • (Time)


221
222
223
224
225
226
227
228
229
230
231
232
# File 'gems/aws-sdk-rolesanywhere/lib/aws-sdk-rolesanywhere/types.rb', line 221

class CrlDetail < Struct.new(
  :created_at,
  :crl_arn,
  :crl_data,
  :crl_id,
  :enabled,
  :name,
  :trust_anchor_arn,
  :updated_at)
  SENSITIVE = []
  include Aws::Structure
end