Class: Aws::Types::UpdateCertificateRequest

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

Constant Summary collapse

SENSITIVE =

Returns:

Instance Attribute Summary collapse

Instance Attribute Details

#active_date::Time

Returns the value of attribute active_date.

Returns:



1380
1381
1382
# File 'sig/types.rbs', line 1380

def active_date
  @active_date
end

#certificate_id::String

Returns the value of attribute certificate_id.

Returns:



1379
1380
1381
# File 'sig/types.rbs', line 1379

def certificate_id
  @certificate_id
end

#description::String

Returns the value of attribute description.

Returns:



1382
1383
1384
# File 'sig/types.rbs', line 1382

def description
  @description
end

#inactive_date::Time

Returns the value of attribute inactive_date.

Returns:



1381
1382
1383
# File 'sig/types.rbs', line 1381

def inactive_date
  @inactive_date
end