Class: Aws::SESV2::Types::ListTenantsResponse

Inherits:
Struct
  • Object
show all
Includes:
Aws::Structure
Defined in:
lib/aws-sdk-sesv2/types.rb

Overview

Information about tenants associated with your account.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#next_tokenString

A token that indicates that there are additional tenants to list. To view additional tenants, issue another request to ‘ListTenants`, and pass this token in the `NextToken` parameter.

Returns:

  • (String)


5849
5850
5851
5852
5853
5854
# File 'lib/aws-sdk-sesv2/types.rb', line 5849

class ListTenantsResponse < Struct.new(
  :tenants,
  :next_token)
  SENSITIVE = []
  include Aws::Structure
end

#tenantsArray<Types::TenantInfo>

An array that contains basic information about each tenant.

Returns:



5849
5850
5851
5852
5853
5854
# File 'lib/aws-sdk-sesv2/types.rb', line 5849

class ListTenantsResponse < Struct.new(
  :tenants,
  :next_token)
  SENSITIVE = []
  include Aws::Structure
end