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

Inherits:
Struct
  • Object
show all
Includes:
Structure
Defined in:
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)


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_idString

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

Returns:

  • (String)


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

#nameString

The name of the Crl.

Returns:

  • (String)


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