Class: Aws::Types::PutEmailIdentityDkimAttributesRequest

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#email_identity::String

Returns the value of attribute email_identity.

Returns:

  • (::String)


1705
1706
1707
# File 'sig/types.rbs', line 1705

def email_identity
  @email_identity
end

#signing_enabledBoolean

Returns the value of attribute signing_enabled.

Returns:

  • (Boolean)


1706
1707
1708
# File 'sig/types.rbs', line 1706

def signing_enabled
  @signing_enabled
end