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

#configuration_set_name::String

Returns the value of attribute configuration_set_name.

Returns:

  • (::String)


946
947
948
# File 'sig/types.rbs', line 946

def configuration_set_name
  @configuration_set_name
end

#dkim_attributesTypes::DkimAttributes

Returns the value of attribute dkim_attributes.



942
943
944
# File 'sig/types.rbs', line 942

def dkim_attributes
  @dkim_attributes
end

#feedback_forwarding_statusBoolean

Returns the value of attribute feedback_forwarding_status.

Returns:

  • (Boolean)


940
941
942
# File 'sig/types.rbs', line 940

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")


939
940
941
# File 'sig/types.rbs', line 939

def identity_type
  @identity_type
end

#mail_from_attributesTypes::MailFromAttributes

Returns the value of attribute mail_from_attributes.



943
944
945
# File 'sig/types.rbs', line 943

def mail_from_attributes
  @mail_from_attributes
end

#policies::Hash[::String, ::String]

Returns the value of attribute policies.

Returns:

  • (::Hash[::String, ::String])


944
945
946
# File 'sig/types.rbs', line 944

def policies
  @policies
end

#tags::Array[Types::Tag]

Returns the value of attribute tags.

Returns:



945
946
947
# File 'sig/types.rbs', line 945

def tags
  @tags
end

#verification_infoTypes::VerificationInfo

Returns the value of attribute verification_info.



948
949
950
# File 'sig/types.rbs', line 948

def verification_info
  @verification_info
end

#verification_status"PENDING", ...

Returns the value of attribute verification_status.

Returns:

  • ("PENDING", "SUCCESS", "FAILED", "TEMPORARY_FAILURE", "NOT_STARTED")


947
948
949
# File 'sig/types.rbs', line 947

def verification_status
  @verification_status
end

#verified_for_sending_statusBoolean

Returns the value of attribute verified_for_sending_status.

Returns:

  • (Boolean)


941
942
943
# File 'sig/types.rbs', line 941

def verified_for_sending_status
  @verified_for_sending_status
end