Class: Aws::Types::CreateEmailIdentityResponse

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#dkim_attributesTypes::DkimAttributes

Returns the value of attribute dkim_attributes.



290
291
292
# File 'sig/types.rbs', line 290

def dkim_attributes
  @dkim_attributes
end

#identity_type"EMAIL_ADDRESS", ...

Returns the value of attribute identity_type.

Returns:

  • ("EMAIL_ADDRESS", "DOMAIN", "MANAGED_DOMAIN")


288
289
290
# File 'sig/types.rbs', line 288

def identity_type
  @identity_type
end

#verified_for_sending_statusBoolean

Returns the value of attribute verified_for_sending_status.

Returns:

  • (Boolean)


289
290
291
# File 'sig/types.rbs', line 289

def verified_for_sending_status
  @verified_for_sending_status
end