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.
1034 1035 1036 |
# File 'sig/types.rbs', line 1034 def account_id @account_id end |
#created_date ⇒ ::Time
Returns the value of attribute created_date.
1037 1038 1039 |
# File 'sig/types.rbs', line 1037 def created_date @created_date end |
#failure_reason ⇒ ::String
Returns the value of attribute failure_reason.
1036 1037 1038 |
# File 'sig/types.rbs', line 1036 def failure_reason @failure_reason end |
#permission_set_arn ⇒ ::String
Returns the value of attribute permission_set_arn.
1035 1036 1037 |
# File 'sig/types.rbs', line 1035 def @permission_set_arn end |
#request_id ⇒ ::String
Returns the value of attribute request_id.
1033 1034 1035 |
# File 'sig/types.rbs', line 1033 def request_id @request_id end |
#status ⇒ "IN_PROGRESS", ...
Returns the value of attribute status.
1032 1033 1034 |
# File 'sig/types.rbs', line 1032 def status @status end |