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

Inherits:
Struct
  • Object
show all
Defined in:
gems/aws-sdk-transfer/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.

Returns:

  • (Time)


5754
5755
5756
5757
5758
5759
5760
5761
# File 'gems/aws-sdk-transfer/lib/aws-sdk-transfer/types.rb', line 5754

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)


5754
5755
5756
5757
5758
5759
5760
5761
# File 'gems/aws-sdk-transfer/lib/aws-sdk-transfer/types.rb', line 5754

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)


5754
5755
5756
5757
5758
5759
5760
5761
# File 'gems/aws-sdk-transfer/lib/aws-sdk-transfer/types.rb', line 5754

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.

Returns:

  • (Time)


5754
5755
5756
5757
5758
5759
5760
5761
# File 'gems/aws-sdk-transfer/lib/aws-sdk-transfer/types.rb', line 5754

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