Class: Aws::Types::ListTenantResourcesRequest
- Inherits:
-
Object
- Object
- Aws::Types::ListTenantResourcesRequest
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#filter ⇒ ::Hash[("RESOURCE_TYPE"), ::String]
Returns the value of attribute filter.
-
#next_token ⇒ ::String
Returns the value of attribute next_token.
-
#page_size ⇒ ::Integer
Returns the value of attribute page_size.
-
#tenant_name ⇒ ::String
Returns the value of attribute tenant_name.
Instance Attribute Details
#filter ⇒ ::Hash[("RESOURCE_TYPE"), ::String]
Returns the value of attribute filter.
1387 1388 1389 |
# File 'sig/types.rbs', line 1387 def filter @filter end |
#next_token ⇒ ::String
Returns the value of attribute next_token.
1389 1390 1391 |
# File 'sig/types.rbs', line 1389 def next_token @next_token end |
#page_size ⇒ ::Integer
Returns the value of attribute page_size.
1388 1389 1390 |
# File 'sig/types.rbs', line 1388 def page_size @page_size end |
#tenant_name ⇒ ::String
Returns the value of attribute tenant_name.
1386 1387 1388 |
# File 'sig/types.rbs', line 1386 def tenant_name @tenant_name end |