Class: Aws::Transfer::Types::UpdateCertificateRequest

Inherits:
Struct
  • Object
show all
Includes:
Structure
Defined in:
lib/aws-sdk-transfer/types.rb

Overview

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#active_dateTime

An optional date that specifies when the certificate becomes active. If you do not specify a value, ‘ActiveDate` takes the same value as `NotBeforeDate`, which is specified by the CA.

Returns:

  • (Time)


6674
6675
6676
6677
6678
6679
6680
6681
# File 'lib/aws-sdk-transfer/types.rb', line 6674

class UpdateCertificateRequest < Struct.new(
  :certificate_id,
  :active_date,
  :inactive_date,
  :description)
  SENSITIVE = []
  include Aws::Structure
end

#certificate_idString

The identifier of the certificate object that you are updating.

Returns:

  • (String)


6674
6675
6676
6677
6678
6679
6680
6681
# File 'lib/aws-sdk-transfer/types.rb', line 6674

class UpdateCertificateRequest < Struct.new(
  :certificate_id,
  :active_date,
  :inactive_date,
  :description)
  SENSITIVE = []
  include Aws::Structure
end

#descriptionString

A short description to help identify the certificate.

Returns:

  • (String)


6674
6675
6676
6677
6678
6679
6680
6681
# File 'lib/aws-sdk-transfer/types.rb', line 6674

class UpdateCertificateRequest < Struct.new(
  :certificate_id,
  :active_date,
  :inactive_date,
  :description)
  SENSITIVE = []
  include Aws::Structure
end

#inactive_dateTime

An optional date that specifies when the certificate becomes inactive. If you do not specify a value, ‘InactiveDate` takes the same value as `NotAfterDate`, which is specified by the CA.

Returns:

  • (Time)


6674
6675
6676
6677
6678
6679
6680
6681
# File 'lib/aws-sdk-transfer/types.rb', line 6674

class UpdateCertificateRequest < Struct.new(
  :certificate_id,
  :active_date,
  :inactive_date,
  :description)
  SENSITIVE = []
  include Aws::Structure
end