Class: Aws::SESV2::Types::DisassociateEmailIdentityCertificateRequest

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

Overview

A request to remove the association between an S/MIME certificate and an email identity.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#email_identityString

The email identity whose certificate association you want to remove.

Returns:

  • (String)


2236
2237
2238
2239
2240
2241
# File 'gems/aws-sdk-sesv2/lib/aws-sdk-sesv2/types.rb', line 2236

class DisassociateEmailIdentityCertificateRequest < Struct.new(
  :email_identity,
  :from_address)
  SENSITIVE = []
  include Aws::Structure
end

#from_addressString

The email address whose certificate association you want to remove. This value is required when the email identity is a domain. When the email identity is an email address, this value is optional.

Returns:

  • (String)


2236
2237
2238
2239
2240
2241
# File 'gems/aws-sdk-sesv2/lib/aws-sdk-sesv2/types.rb', line 2236

class DisassociateEmailIdentityCertificateRequest < Struct.new(
  :email_identity,
  :from_address)
  SENSITIVE = []
  include Aws::Structure
end