Class: Aws::Types::GetEmailIdentityResponse

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.



381
382
383
# File 'sig/types.rbs', line 381

def dkim_attributes
  @dkim_attributes
end

#feedback_forwarding_statusBoolean

Returns the value of attribute feedback_forwarding_status.

Returns:

  • (Boolean)


379
380
381
# File 'sig/types.rbs', line 379

def feedback_forwarding_status
  @feedback_forwarding_status
end

#identity_type"EMAIL_ADDRESS", ...

Returns the value of attribute identity_type.

Returns:

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


378
379
380
# File 'sig/types.rbs', line 378

def identity_type
  @identity_type
end

#mail_from_attributesTypes::MailFromAttributes

Returns the value of attribute mail_from_attributes.



382
383
384
# File 'sig/types.rbs', line 382

def mail_from_attributes
  @mail_from_attributes
end

#tags::Array[Types::Tag]

Returns the value of attribute tags.

Returns:



383
384
385
# File 'sig/types.rbs', line 383

def tags
  @tags
end

#verified_for_sending_statusBoolean

Returns the value of attribute verified_for_sending_status.

Returns:

  • (Boolean)


380
381
382
# File 'sig/types.rbs', line 380

def verified_for_sending_status
  @verified_for_sending_status
end