Class: Aws::Types::ListPermissionSetsRequest
- Inherits:
-
Object
- Object
- Aws::Types::ListPermissionSetsRequest
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#instance_arn ⇒ ::String
Returns the value of attribute instance_arn.
-
#max_results ⇒ ::Integer
Returns the value of attribute max_results.
-
#next_token ⇒ ::String
Returns the value of attribute next_token.
Instance Attribute Details
#instance_arn ⇒ ::String
Returns the value of attribute instance_arn.
954 955 956 |
# File 'sig/types.rbs', line 954 def instance_arn @instance_arn end |
#max_results ⇒ ::Integer
Returns the value of attribute max_results.
956 957 958 |
# File 'sig/types.rbs', line 956 def max_results @max_results end |
#next_token ⇒ ::String
Returns the value of attribute next_token.
955 956 957 |
# File 'sig/types.rbs', line 955 def next_token @next_token end |