Class: Aws::Types::GetAccountResponse
- Inherits:
-
Object
- Object
- Aws::Types::GetAccountResponse
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#dedicated_ip_auto_warmup_enabled ⇒ Boolean
Returns the value of attribute dedicated_ip_auto_warmup_enabled.
-
#details ⇒ Types::AccountDetails
Returns the value of attribute details.
-
#enforcement_status ⇒ ::String
Returns the value of attribute enforcement_status.
-
#pricing_attributes ⇒ Types::PricingAttributes
Returns the value of attribute pricing_attributes.
-
#production_access_enabled ⇒ Boolean
Returns the value of attribute production_access_enabled.
-
#send_quota ⇒ Types::SendQuota
Returns the value of attribute send_quota.
-
#sending_enabled ⇒ Boolean
Returns the value of attribute sending_enabled.
-
#suppression_attributes ⇒ Types::SuppressionAttributes
Returns the value of attribute suppression_attributes.
-
#vdm_attributes ⇒ Types::VdmAttributes
Returns the value of attribute vdm_attributes.
Instance Attribute Details
#dedicated_ip_auto_warmup_enabled ⇒ Boolean
Returns the value of attribute dedicated_ip_auto_warmup_enabled.
731 732 733 |
# File 'sig/types.rbs', line 731 def dedicated_ip_auto_warmup_enabled @dedicated_ip_auto_warmup_enabled end |
#details ⇒ Types::AccountDetails
Returns the value of attribute details.
737 738 739 |
# File 'sig/types.rbs', line 737 def details @details end |
#enforcement_status ⇒ ::String
Returns the value of attribute enforcement_status.
732 733 734 |
# File 'sig/types.rbs', line 732 def enforcement_status @enforcement_status end |
#pricing_attributes ⇒ Types::PricingAttributes
Returns the value of attribute pricing_attributes.
739 740 741 |
# File 'sig/types.rbs', line 739 def pricing_attributes @pricing_attributes end |
#production_access_enabled ⇒ Boolean
Returns the value of attribute production_access_enabled.
733 734 735 |
# File 'sig/types.rbs', line 733 def production_access_enabled @production_access_enabled end |
#send_quota ⇒ Types::SendQuota
Returns the value of attribute send_quota.
734 735 736 |
# File 'sig/types.rbs', line 734 def send_quota @send_quota end |
#sending_enabled ⇒ Boolean
Returns the value of attribute sending_enabled.
735 736 737 |
# File 'sig/types.rbs', line 735 def sending_enabled @sending_enabled end |
#suppression_attributes ⇒ Types::SuppressionAttributes
Returns the value of attribute suppression_attributes.
736 737 738 |
# File 'sig/types.rbs', line 736 def suppression_attributes @suppression_attributes end |
#vdm_attributes ⇒ Types::VdmAttributes
Returns the value of attribute vdm_attributes.
738 739 740 |
# File 'sig/types.rbs', line 738 def vdm_attributes @vdm_attributes end |