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 Amazon Web Services Region.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#enabled ⇒ Boolean
Describes whether email sending is enabled or disabled for your Amazon SES account in the current Amazon Web Services Region.
Instance Attribute Details
#enabled ⇒ Boolean
Describes whether email sending is enabled or disabled for your Amazon SES account in the current Amazon Web Services Region.
1633 1634 1635 1636 1637 |
# File 'lib/aws-sdk-ses/types.rb', line 1633 class GetAccountSendingEnabledResponse < Struct.new( :enabled) SENSITIVE = [] include Aws::Structure end |