Class: Aws::Types::ListResourceTenantsRequest
- Inherits:
-
Object
- Object
- Aws::Types::ListResourceTenantsRequest
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#next_token ⇒ ::String
Returns the value of attribute next_token.
-
#page_size ⇒ ::Integer
Returns the value of attribute page_size.
-
#resource_arn ⇒ ::String
Returns the value of attribute resource_arn.
Instance Attribute Details
#next_token ⇒ ::String
Returns the value of attribute next_token.
1349 1350 1351 |
# File 'sig/types.rbs', line 1349 def next_token @next_token end |
#page_size ⇒ ::Integer
Returns the value of attribute page_size.
1348 1349 1350 |
# File 'sig/types.rbs', line 1348 def page_size @page_size end |
#resource_arn ⇒ ::String
Returns the value of attribute resource_arn.
1347 1348 1349 |
# File 'sig/types.rbs', line 1347 def resource_arn @resource_arn end |