Class: Aws::Types::GetRecommendedPolicyV2Response
- Inherits:
-
Object
- Object
- Aws::Types::GetRecommendedPolicyV2Response
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#error ⇒ Types::RecommendationError
Returns the value of attribute error.
-
#next_token ⇒ ::String
Returns the value of attribute next_token.
-
#recommendation_steps ⇒ ::Array[Types::RecommendationStep]
Returns the value of attribute recommendation_steps.
-
#recommendation_type ⇒ "UNUSED_PERMISSION_RECOMMENDATION"
Returns the value of attribute recommendation_type.
-
#resource_arn ⇒ ::String
Returns the value of attribute resource_arn.
-
#status ⇒ "IN_PROGRESS", ...
Returns the value of attribute status.
Instance Attribute Details
#error ⇒ Types::RecommendationError
Returns the value of attribute error.
6127 6128 6129 |
# File 'sig/types.rbs', line 6127 def error @error end |
#next_token ⇒ ::String
Returns the value of attribute next_token.
6124 6125 6126 |
# File 'sig/types.rbs', line 6124 def next_token @next_token end |
#recommendation_steps ⇒ ::Array[Types::RecommendationStep]
Returns the value of attribute recommendation_steps.
6126 6127 6128 |
# File 'sig/types.rbs', line 6126 def recommendation_steps @recommendation_steps end |
#recommendation_type ⇒ "UNUSED_PERMISSION_RECOMMENDATION"
Returns the value of attribute recommendation_type.
6125 6126 6127 |
# File 'sig/types.rbs', line 6125 def recommendation_type @recommendation_type end |
#resource_arn ⇒ ::String
Returns the value of attribute resource_arn.
6129 6130 6131 |
# File 'sig/types.rbs', line 6129 def resource_arn @resource_arn end |
#status ⇒ "IN_PROGRESS", ...
Returns the value of attribute status.
6128 6129 6130 |
# File 'sig/types.rbs', line 6128 def status @status end |