Class: Aws::Types::ListPermissionSetsProvisionedToAccountRequest
- Inherits:
-
Object
- Object
- Aws::Types::ListPermissionSetsProvisionedToAccountRequest
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#account_id ⇒ ::String
Returns the value of attribute account_id.
-
#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.
-
#provisioning_status ⇒ "LATEST_PERMISSION_SET_PROVISIONED", "LATEST_PERMISSION_SET_NOT_PROVISIONED"
Returns the value of attribute provisioning_status.
Instance Attribute Details
#account_id ⇒ ::String
Returns the value of attribute account_id.
936 937 938 |
# File 'sig/types.rbs', line 936 def account_id @account_id end |
#instance_arn ⇒ ::String
Returns the value of attribute instance_arn.
935 936 937 |
# File 'sig/types.rbs', line 935 def instance_arn @instance_arn end |
#max_results ⇒ ::Integer
Returns the value of attribute max_results.
938 939 940 |
# File 'sig/types.rbs', line 938 def max_results @max_results end |
#next_token ⇒ ::String
Returns the value of attribute next_token.
939 940 941 |
# File 'sig/types.rbs', line 939 def next_token @next_token end |
#provisioning_status ⇒ "LATEST_PERMISSION_SET_PROVISIONED", "LATEST_PERMISSION_SET_NOT_PROVISIONED"
Returns the value of attribute provisioning_status.
937 938 939 |
# File 'sig/types.rbs', line 937 def provisioning_status @provisioning_status end |