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.
1044 1045 1046 |
# File 'sig/types.rbs', line 1044 def created_date @created_date end |
#request_id ⇒ ::String
Returns the value of attribute request_id.
1043 1044 1045 |
# File 'sig/types.rbs', line 1043 def request_id @request_id end |
#status ⇒ "IN_PROGRESS", ...
Returns the value of attribute status.
1042 1043 1044 |
# File 'sig/types.rbs', line 1042 def status @status end |