Class: Aws::RolesAnywhere::Types::UpdateCrlRequest

Inherits:
Struct
  • Object
show all
Defined in:
gems/aws-sdk-rolesanywhere/lib/aws-sdk-rolesanywhere/types.rb

Overview

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#crl_dataString

The x509 v3 specified certificate revocation list (CRL).

Returns:

  • (String)


1153
1154
1155
1156
1157
1158
1159
# File 'gems/aws-sdk-rolesanywhere/lib/aws-sdk-rolesanywhere/types.rb', line 1153

class UpdateCrlRequest < Struct.new(
  :crl_data,
  :crl_id,
  :name)
  SENSITIVE = []
  include Aws::Structure
end

#crl_idString

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

Returns:

  • (String)


1153
1154
1155
1156
1157
1158
1159
# File 'gems/aws-sdk-rolesanywhere/lib/aws-sdk-rolesanywhere/types.rb', line 1153

class UpdateCrlRequest < Struct.new(
  :crl_data,
  :crl_id,
  :name)
  SENSITIVE = []
  include Aws::Structure
end

#nameString

The name of the Crl.

Returns:

  • (String)


1153
1154
1155
1156
1157
1158
1159
# File 'gems/aws-sdk-rolesanywhere/lib/aws-sdk-rolesanywhere/types.rb', line 1153

class UpdateCrlRequest < Struct.new(
  :crl_data,
  :crl_id,
  :name)
  SENSITIVE = []
  include Aws::Structure
end