Class: Aws::Types::UpdateCrlRequest

Inherits:
Object
  • Object
show all
Defined in:
sig/types.rbs

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#crl_data::String

Returns the value of attribute crl_data.

Returns:

  • (::String)


347
348
349
# File 'sig/types.rbs', line 347

def crl_data
  @crl_data
end

#crl_id::String

Returns the value of attribute crl_id.

Returns:

  • (::String)


345
346
347
# File 'sig/types.rbs', line 345

def crl_id
  @crl_id
end

#name::String

Returns the value of attribute name.

Returns:

  • (::String)


346
347
348
# File 'sig/types.rbs', line 346

def name
  @name
end