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.
1304 1305 1306 |
# File 'sig/types.rbs', line 1304 def next_token @next_token end |
#page_size ⇒ ::Integer
Returns the value of attribute page_size.
1303 1304 1305 |
# File 'sig/types.rbs', line 1303 def page_size @page_size end |
#resource_arn ⇒ ::String
Returns the value of attribute resource_arn.
1302 1303 1304 |
# File 'sig/types.rbs', line 1302 def resource_arn @resource_arn end |