Class: Aws::Types::ListMailDomainsResponse

Inherits:
Object
  • Object
show all
Defined in:
sig/types.rbs

Constant Summary collapse

SENSITIVE =

Returns:

Instance Attribute Summary collapse

Instance Attribute Details

#mail_domains::Array[Types::MailDomainSummary]

Returns the value of attribute mail_domains.

Returns:



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.

Returns:



959
960
961
# File 'sig/types.rbs', line 959

def next_token
  @next_token
end