You are viewing documentation for version 2 of the AWS SDK for Ruby. Version 3 documentation can be found here.

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

Inherits:
Struct
  • Object
show all
Defined in:
(unknown)

Overview

Contains information about an X.509 signing certificate.

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

Returned by:

Instance Attribute Summary collapse

Instance Attribute Details

#certificate_bodyString

The contents of the signing certificate.

Returns:

  • (String)

    The contents of the signing certificate.

#certificate_idString

The ID for the signing certificate.

Returns:

  • (String)

    The ID for the signing certificate.

#statusString

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

Possible values:

  • Active
  • Inactive

Returns:

  • (String)

    The status of the signing certificate.

#upload_dateTime

The date when the signing certificate was uploaded.

Returns:

  • (Time)

    The date when the signing certificate was uploaded.

#user_nameString

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

Returns:

  • (String)

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