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

Class: Aws::DatabaseMigrationService::Types::ImportCertificateMessage

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

Overview

Note:

When passing ImportCertificateMessage as input to an Aws::Client method, you can use a vanilla Hash:

{
  certificate_identifier: "String", # required
  certificate_pem: "String",
  certificate_wallet: "data",
  tags: [
    {
      key: "String",
      value: "String",
    },
  ],
}

Instance Attribute Summary collapse

Instance Attribute Details

#certificate_identifierString

A customer-assigned name for the certificate. Identifiers must begin with a letter and must contain only ASCII letters, digits, and hyphens. They can\'t end with a hyphen or contain two consecutive hyphens.

Returns:

  • (String)

    A customer-assigned name for the certificate.

#certificate_pemString

The contents of a .pem file, which contains an X.509 certificate.

Returns:

  • (String)

    The contents of a .pem file, which contains an X.509 certificate.

#certificate_walletString

The location of an imported Oracle Wallet certificate for use with SSL.

Returns:

  • (String)

    The location of an imported Oracle Wallet certificate for use with SSL.

#tagsArray<Types::Tag>

The tags associated with the certificate.

Returns:

  • (Array<Types::Tag>)

    The tags associated with the certificate.