Class: Aws::IAM::Types::SigningCertificate

Inherits:
Struct
  • Object
show all
Defined in:
gems/aws-sdk-iam/lib/aws-sdk-iam/types.rb

Overview

Contains information about an X.509 signing certificate.

This data type is used as a response element in the UploadSigningCertificate and ListSigningCertificates operations.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#certificate_bodyString

The contents of the signing certificate.

Returns:

  • (String)


9545
9546
9547
9548
9549
9550
9551
9552
9553
# File 'gems/aws-sdk-iam/lib/aws-sdk-iam/types.rb', line 9545

class SigningCertificate < Struct.new(
  :user_name,
  :certificate_id,
  :certificate_body,
  :status,
  :upload_date)
  SENSITIVE = []
  include Aws::Structure
end

#certificate_idString

The ID for the signing certificate.

Returns:

  • (String)


9545
9546
9547
9548
9549
9550
9551
9552
9553
# File 'gems/aws-sdk-iam/lib/aws-sdk-iam/types.rb', line 9545

class SigningCertificate < Struct.new(
  :user_name,
  :certificate_id,
  :certificate_body,
  :status,
  :upload_date)
  SENSITIVE = []
  include Aws::Structure
end

#statusString

The status of the signing certificate. Active means that the key is valid for API calls, while Inactive means it is not.

Returns:

  • (String)


9545
9546
9547
9548
9549
9550
9551
9552
9553
# File 'gems/aws-sdk-iam/lib/aws-sdk-iam/types.rb', line 9545

class SigningCertificate < Struct.new(
  :user_name,
  :certificate_id,
  :certificate_body,
  :status,
  :upload_date)
  SENSITIVE = []
  include Aws::Structure
end

#upload_dateTime

The date when the signing certificate was uploaded.

Returns:

  • (Time)


9545
9546
9547
9548
9549
9550
9551
9552
9553
# File 'gems/aws-sdk-iam/lib/aws-sdk-iam/types.rb', line 9545

class SigningCertificate < Struct.new(
  :user_name,
  :certificate_id,
  :certificate_body,
  :status,
  :upload_date)
  SENSITIVE = []
  include Aws::Structure
end

#user_nameString

The name of the user the signing certificate is associated with.

Returns:

  • (String)


9545
9546
9547
9548
9549
9550
9551
9552
9553
# File 'gems/aws-sdk-iam/lib/aws-sdk-iam/types.rb', line 9545

class SigningCertificate < Struct.new(
  :user_name,
  :certificate_id,
  :certificate_body,
  :status,
  :upload_date)
  SENSITIVE = []
  include Aws::Structure
end