Class: Aws::SES::Types::GetAccountSendingEnabledResponse

Inherits:
Struct
  • Object
show all
Includes:
Aws::Structure
Defined in:
lib/aws-sdk-ses/types.rb

Overview

Represents a request to return the email sending status for your Amazon SES account in the current AWS Region.

Instance Attribute Summary collapse

Instance Attribute Details

#enabledBoolean

Describes whether email sending is enabled or disabled for your Amazon SES account in the current AWS Region.

Returns:

  • (Boolean)


1753
1754
1755
1756
# File 'lib/aws-sdk-ses/types.rb', line 1753

class GetAccountSendingEnabledResponse < Struct.new(
  :enabled)
  include Aws::Structure
end