Class: Aws::SESV2::Types::IdentityCertificate

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

Overview

An object that contains information about an S/MIME certificate that's associated with an email identity.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#certificate_arnString

The Amazon Resource Name (ARN) of the Certificate Manager (ACM) certificate that's associated with the email identity.

Returns:

  • (String)


4866
4867
4868
4869
4870
4871
4872
4873
# File 'gems/aws-sdk-sesv2/lib/aws-sdk-sesv2/types.rb', line 4866

class IdentityCertificate < Struct.new(
  :from_address,
  :status,
  :certificate_arn,
  :certificate_expiry_time)
  SENSITIVE = []
  include Aws::Structure
end

#certificate_expiry_timeTime

The timestamp after which the certificate is no longer valid.

Returns:

  • (Time)


4866
4867
4868
4869
4870
4871
4872
4873
# File 'gems/aws-sdk-sesv2/lib/aws-sdk-sesv2/types.rb', line 4866

class IdentityCertificate < Struct.new(
  :from_address,
  :status,
  :certificate_arn,
  :certificate_expiry_time)
  SENSITIVE = []
  include Aws::Structure
end

#from_addressString

The email address that the certificate applies to.

Returns:

  • (String)


4866
4867
4868
4869
4870
4871
4872
4873
# File 'gems/aws-sdk-sesv2/lib/aws-sdk-sesv2/types.rb', line 4866

class IdentityCertificate < Struct.new(
  :from_address,
  :status,
  :certificate_arn,
  :certificate_expiry_time)
  SENSITIVE = []
  include Aws::Structure
end

#statusString

The status of the certificate association. A status of ACTIVE indicates that the certificate is ready to use for signing.

Returns:

  • (String)


4866
4867
4868
4869
4870
4871
4872
4873
# File 'gems/aws-sdk-sesv2/lib/aws-sdk-sesv2/types.rb', line 4866

class IdentityCertificate < Struct.new(
  :from_address,
  :status,
  :certificate_arn,
  :certificate_expiry_time)
  SENSITIVE = []
  include Aws::Structure
end