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.
940 941 942 |
# File 'sig/types.rbs', line 940 def account_id @account_id end |
#instance_arn ⇒ ::String
Returns the value of attribute instance_arn.
939 940 941 |
# File 'sig/types.rbs', line 939 def instance_arn @instance_arn end |
#max_results ⇒ ::Integer
Returns the value of attribute max_results.
942 943 944 |
# File 'sig/types.rbs', line 942 def max_results @max_results end |
#next_token ⇒ ::String
Returns the value of attribute next_token.
943 944 945 |
# File 'sig/types.rbs', line 943 def next_token @next_token end |
#provisioning_status ⇒ "LATEST_PERMISSION_SET_PROVISIONED", "LATEST_PERMISSION_SET_NOT_PROVISIONED"
Returns the value of attribute provisioning_status.
941 942 943 |
# File 'sig/types.rbs', line 941 def provisioning_status @provisioning_status end |