Class: Aws::Types::AssociateEmailIdentityCertificateRequest

Inherits:
Object
  • Object
show all
Defined in:
sig/types.rbs

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#certificate_arn::String

Returns the value of attribute certificate_arn.

Returns:

  • (::String)


35
36
37
# File 'sig/types.rbs', line 35

def certificate_arn
  @certificate_arn
end

#email_identity::String

Returns the value of attribute email_identity.

Returns:

  • (::String)


33
34
35
# File 'sig/types.rbs', line 33

def email_identity
  @email_identity
end

#from_address::String

Returns the value of attribute from_address.

Returns:

  • (::String)


34
35
36
# File 'sig/types.rbs', line 34

def from_address
  @from_address
end