Class: Aws::Types::UnusedPermissionsRecommendedStep
- Inherits:
-
Object
- Object
- Aws::Types::UnusedPermissionsRecommendedStep
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#existing_policy_id ⇒ ::String
Returns the value of attribute existing_policy_id.
-
#policy_updated_at ⇒ ::Time
Returns the value of attribute policy_updated_at.
-
#recommended_action ⇒ "CREATE_POLICY", "DETACH_POLICY"
Returns the value of attribute recommended_action.
-
#recommended_policy ⇒ ::String
Returns the value of attribute recommended_policy.
Instance Attribute Details
#existing_policy_id ⇒ ::String
Returns the value of attribute existing_policy_id.
1219 1220 1221 |
# File 'sig/types.rbs', line 1219 def existing_policy_id @existing_policy_id end |
#policy_updated_at ⇒ ::Time
Returns the value of attribute policy_updated_at.
1216 1217 1218 |
# File 'sig/types.rbs', line 1216 def policy_updated_at @policy_updated_at end |
#recommended_action ⇒ "CREATE_POLICY", "DETACH_POLICY"
Returns the value of attribute recommended_action.
1217 1218 1219 |
# File 'sig/types.rbs', line 1217 def recommended_action @recommended_action end |
#recommended_policy ⇒ ::String
Returns the value of attribute recommended_policy.
1218 1219 1220 |
# File 'sig/types.rbs', line 1218 def recommended_policy @recommended_policy end |