Class: Aws::Types::ListMailDomainsResponse
- Inherits:
-
Object
- Object
- Aws::Types::ListMailDomainsResponse
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#mail_domains ⇒ ::Array[Types::MailDomainSummary]
Returns the value of attribute mail_domains.
-
#next_token ⇒ ::String
Returns the value of attribute next_token.
Instance Attribute Details
#mail_domains ⇒ ::Array[Types::MailDomainSummary]
Returns the value of attribute mail_domains.
958 959 960 |
# File 'sig/types.rbs', line 958 def mail_domains @mail_domains end |
#next_token ⇒ ::String
Returns the value of attribute next_token.
959 960 961 |
# File 'sig/types.rbs', line 959 def next_token @next_token end |