Class: Aws::Types::ListPermissionSetProvisioningStatusRequest
- Inherits:
-
Object
- Object
- Aws::Types::ListPermissionSetProvisioningStatusRequest
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#filter ⇒ Types::OperationStatusFilter
Returns the value of attribute filter.
-
#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
#filter ⇒ Types::OperationStatusFilter
Returns the value of attribute filter.
924 925 926 |
# File 'sig/types.rbs', line 924 def filter @filter end |
#instance_arn ⇒ ::String
Returns the value of attribute instance_arn.
921 922 923 |
# File 'sig/types.rbs', line 921 def instance_arn @instance_arn end |
#max_results ⇒ ::Integer
Returns the value of attribute max_results.
922 923 924 |
# File 'sig/types.rbs', line 922 def max_results @max_results end |
#next_token ⇒ ::String
Returns the value of attribute next_token.
923 924 925 |
# File 'sig/types.rbs', line 923 def next_token @next_token end |