Class: Aws::Types::UnusedPermissionsRecommendationStep
- Inherits:
-
Object
- Object
- Aws::Types::UnusedPermissionsRecommendationStep
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#existing_policy ⇒ ::String
Returns the value of attribute existing_policy.
-
#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 ⇒ ::String
Returns the value of attribute recommended_action.
-
#recommended_policy ⇒ ::String
Returns the value of attribute recommended_policy.
Instance Attribute Details
#existing_policy ⇒ ::String
Returns the value of attribute existing_policy.
7921 7922 7923 |
# File 'sig/types.rbs', line 7921 def existing_policy @existing_policy end |
#existing_policy_id ⇒ ::String
Returns the value of attribute existing_policy_id.
7922 7923 7924 |
# File 'sig/types.rbs', line 7922 def existing_policy_id @existing_policy_id end |
#policy_updated_at ⇒ ::Time
Returns the value of attribute policy_updated_at.
7923 7924 7925 |
# File 'sig/types.rbs', line 7923 def policy_updated_at @policy_updated_at end |
#recommended_action ⇒ ::String
Returns the value of attribute recommended_action.
7920 7921 7922 |
# File 'sig/types.rbs', line 7920 def recommended_action @recommended_action end |
#recommended_policy ⇒ ::String
Returns the value of attribute recommended_policy.
7924 7925 7926 |
# File 'sig/types.rbs', line 7924 def recommended_policy @recommended_policy end |