Class: Aws::Types::ListResourceSharePermissionsRequest
- Inherits:
-
Object
- Object
- Aws::Types::ListResourceSharePermissionsRequest
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#max_results ⇒ ::Integer
Returns the value of attribute max_results.
-
#next_token ⇒ ::String
Returns the value of attribute next_token.
-
#resource_share_arn ⇒ ::String
Returns the value of attribute resource_share_arn.
Instance Attribute Details
#max_results ⇒ ::Integer
Returns the value of attribute max_results.
406 407 408 |
# File 'sig/types.rbs', line 406 def max_results @max_results end |
#next_token ⇒ ::String
Returns the value of attribute next_token.
405 406 407 |
# File 'sig/types.rbs', line 405 def next_token @next_token end |
#resource_share_arn ⇒ ::String
Returns the value of attribute resource_share_arn.
404 405 406 |
# File 'sig/types.rbs', line 404 def resource_share_arn @resource_share_arn end |