Class: Aws::SES::Types::GetAccountSendingEnabledResponse
- Inherits:
-
Struct
- Object
- Struct
- Aws::SES::Types::GetAccountSendingEnabledResponse
- 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
-
#enabled ⇒ Boolean
Describes whether email sending is enabled or disabled for your Amazon SES account in the current AWS Region.
Instance Attribute Details
#enabled ⇒ Boolean
Describes whether email sending is enabled or disabled for your Amazon SES account in the current AWS Region.
1753 1754 1755 1756 |
# File 'lib/aws-sdk-ses/types.rb', line 1753 class GetAccountSendingEnabledResponse < Struct.new( :enabled) include Aws::Structure end |