Class: Aws::Types::PermissionSetProvisioningStatus
- Inherits:
-
Object
- Object
- Aws::Types::PermissionSetProvisioningStatus
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#account_id ⇒ ::String
Returns the value of attribute account_id.
-
#created_date ⇒ ::Time
Returns the value of attribute created_date.
-
#failure_reason ⇒ ::String
Returns the value of attribute failure_reason.
-
#permission_set_arn ⇒ ::String
Returns the value of attribute permission_set_arn.
-
#request_id ⇒ ::String
Returns the value of attribute request_id.
-
#status ⇒ "IN_PROGRESS", ...
Returns the value of attribute status.
Instance Attribute Details
#account_id ⇒ ::String
Returns the value of attribute account_id.
1038 1039 1040 |
# File 'sig/types.rbs', line 1038 def account_id @account_id end |
#created_date ⇒ ::Time
Returns the value of attribute created_date.
1041 1042 1043 |
# File 'sig/types.rbs', line 1041 def created_date @created_date end |
#failure_reason ⇒ ::String
Returns the value of attribute failure_reason.
1040 1041 1042 |
# File 'sig/types.rbs', line 1040 def failure_reason @failure_reason end |
#permission_set_arn ⇒ ::String
Returns the value of attribute permission_set_arn.
1039 1040 1041 |
# File 'sig/types.rbs', line 1039 def @permission_set_arn end |
#request_id ⇒ ::String
Returns the value of attribute request_id.
1037 1038 1039 |
# File 'sig/types.rbs', line 1037 def request_id @request_id end |
#status ⇒ "IN_PROGRESS", ...
Returns the value of attribute status.
1036 1037 1038 |
# File 'sig/types.rbs', line 1036 def status @status end |