Class: Aws::SES::Types::GetAccountSendingEnabledResponse
- Inherits:
-
Struct
- Object
- Struct
- Aws::SES::Types::GetAccountSendingEnabledResponse
- 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
-
#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.
1672 1673 1674 1675 1676 |
# File 'gems/aws-sdk-ses/lib/aws-sdk-ses/types.rb', line 1672 class GetAccountSendingEnabledResponse < Struct.new( :enabled) SENSITIVE = [] include Aws::Structure end |