Class: Aws::Types::AccountAssignmentOperationStatus
- Inherits:
-
Object
- Object
- Aws::Types::AccountAssignmentOperationStatus
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#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.
-
#principal_id ⇒ ::String
Returns the value of attribute principal_id.
-
#principal_type ⇒ "USER", "GROUP"
Returns the value of attribute principal_type.
-
#request_id ⇒ ::String
Returns the value of attribute request_id.
-
#status ⇒ "IN_PROGRESS", ...
Returns the value of attribute status.
-
#target_id ⇒ ::String
Returns the value of attribute target_id.
-
#target_type ⇒ "AWS_ACCOUNT"
Returns the value of attribute target_type.
Instance Attribute Details
#created_date ⇒ ::Time
Returns the value of attribute created_date.
53 54 55 |
# File 'sig/types.rbs', line 53 def created_date @created_date end |
#failure_reason ⇒ ::String
Returns the value of attribute failure_reason.
47 48 49 |
# File 'sig/types.rbs', line 47 def failure_reason @failure_reason end |
#permission_set_arn ⇒ ::String
Returns the value of attribute permission_set_arn.
50 51 52 |
# File 'sig/types.rbs', line 50 def @permission_set_arn end |
#principal_id ⇒ ::String
Returns the value of attribute principal_id.
52 53 54 |
# File 'sig/types.rbs', line 52 def principal_id @principal_id end |
#principal_type ⇒ "USER", "GROUP"
Returns the value of attribute principal_type.
51 52 53 |
# File 'sig/types.rbs', line 51 def principal_type @principal_type end |
#request_id ⇒ ::String
Returns the value of attribute request_id.
46 47 48 |
# File 'sig/types.rbs', line 46 def request_id @request_id end |
#status ⇒ "IN_PROGRESS", ...
Returns the value of attribute status.
45 46 47 |
# File 'sig/types.rbs', line 45 def status @status end |
#target_id ⇒ ::String
Returns the value of attribute target_id.
48 49 50 |
# File 'sig/types.rbs', line 48 def target_id @target_id end |
#target_type ⇒ "AWS_ACCOUNT"
Returns the value of attribute target_type.
49 50 51 |
# File 'sig/types.rbs', line 49 def target_type @target_type end |