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.
-
#enforcement_status ⇒ ::String
Returns the value of attribute enforcement_status.
-
#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.
Instance Attribute Details
#dedicated_ip_auto_warmup_enabled ⇒ Boolean
Returns the value of attribute dedicated_ip_auto_warmup_enabled.
259 260 261 |
# File 'sig/types.rbs', line 259 def dedicated_ip_auto_warmup_enabled @dedicated_ip_auto_warmup_enabled end |
#enforcement_status ⇒ ::String
Returns the value of attribute enforcement_status.
260 261 262 |
# File 'sig/types.rbs', line 260 def enforcement_status @enforcement_status end |
#production_access_enabled ⇒ Boolean
Returns the value of attribute production_access_enabled.
261 262 263 |
# File 'sig/types.rbs', line 261 def production_access_enabled @production_access_enabled end |
#send_quota ⇒ Types::SendQuota
Returns the value of attribute send_quota.
257 258 259 |
# File 'sig/types.rbs', line 257 def send_quota @send_quota end |
#sending_enabled ⇒ Boolean
Returns the value of attribute sending_enabled.
258 259 260 |
# File 'sig/types.rbs', line 258 def sending_enabled @sending_enabled end |