Module: Aws::SecurityHub::Client::_GetRecommendedPolicyV2ResponseSuccess
- Includes:
- Seahorse::Client::_ResponseSuccess[Types::GetRecommendedPolicyV2Response]
- Defined in:
- sig/client.rbs
Instance Method Summary collapse
- #next_token ⇒ ::String
- #recommendation_steps ⇒ ::Array[Types::RecommendationStep]
- #recommendation_type ⇒ "UNUSED_PERMISSION_RECOMMENDATION"
- #resource_arn ⇒ ::String
- #status ⇒ "IN_PROGRESS", ...
Instance Method Details
#next_token ⇒ ::String
4943 |
# File 'sig/client.rbs', line 4943
def next_token: () -> ::String
|
#recommendation_steps ⇒ ::Array[Types::RecommendationStep]
4945 |
# File 'sig/client.rbs', line 4945
def recommendation_steps: () -> ::Array[Types::RecommendationStep]
|
#recommendation_type ⇒ "UNUSED_PERMISSION_RECOMMENDATION"
4944 |
# File 'sig/client.rbs', line 4944
def recommendation_type: () -> ("UNUSED_PERMISSION_RECOMMENDATION")
|
#resource_arn ⇒ ::String
4947 |
# File 'sig/client.rbs', line 4947
def resource_arn: () -> ::String
|
#status ⇒ "IN_PROGRESS", ...
4946 |
# File 'sig/client.rbs', line 4946
def status: () -> ("IN_PROGRESS" | "SUCCEEDED" | "FAILED")
|