Class: Aws::Types::PermissionSetProvisioningStatusMetadata
- Inherits:
-
Object
- Object
- Aws::Types::PermissionSetProvisioningStatusMetadata
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#created_date ⇒ ::Time
Returns the value of attribute created_date.
-
#request_id ⇒ ::String
Returns the value of attribute request_id.
-
#status ⇒ "IN_PROGRESS", ...
Returns the value of attribute status.
Instance Attribute Details
#created_date ⇒ ::Time
Returns the value of attribute created_date.
1048 1049 1050 |
# File 'sig/types.rbs', line 1048 def created_date @created_date end |
#request_id ⇒ ::String
Returns the value of attribute request_id.
1047 1048 1049 |
# File 'sig/types.rbs', line 1047 def request_id @request_id end |
#status ⇒ "IN_PROGRESS", ...
Returns the value of attribute status.
1046 1047 1048 |
# File 'sig/types.rbs', line 1046 def status @status end |