Class: Aws::Types::ListTenantsResponse

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#next_token::String

Returns the value of attribute next_token.

Returns:

  • (::String)


1407
1408
1409
# File 'sig/types.rbs', line 1407

def next_token
  @next_token
end

#tenants::Array[Types::TenantInfo]

Returns the value of attribute tenants.

Returns:



1406
1407
1408
# File 'sig/types.rbs', line 1406

def tenants
  @tenants
end