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

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

Overview

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

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#enabledBoolean

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

Returns:

  • (Boolean)


1633
1634
1635
1636
1637
# File 'gems/aws-sdk-ses/lib/aws-sdk-ses/types.rb', line 1633

class GetAccountSendingEnabledResponse < Struct.new(
  :enabled)
  SENSITIVE = []
  include Aws::Structure
end