Class: Aws::Types::ListTenantsResponse
- Inherits:
-
Object
- Object
- Aws::Types::ListTenantsResponse
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#next_token ⇒ ::String
Returns the value of attribute next_token.
-
#tenants ⇒ ::Array[Types::TenantInfo]
Returns the value of attribute tenants.
Instance Attribute Details
#next_token ⇒ ::String
Returns the value of attribute next_token.
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.
1406 1407 1408 |
# File 'sig/types.rbs', line 1406 def tenants @tenants end |