Module: Aws::SecurityHub::Client::_GetRecommendedPolicyV2ResponseSuccess

Includes:
Seahorse::Client::_ResponseSuccess[Types::GetRecommendedPolicyV2Response]
Defined in:
sig/client.rbs

Instance Method Summary collapse

Instance Method Details

#next_token::String

Returns:

  • (::String)


4943
# File 'sig/client.rbs', line 4943

def next_token: () -> ::String

#recommendation_steps::Array[Types::RecommendationStep]

Returns:



4945
# File 'sig/client.rbs', line 4945

def recommendation_steps: () -> ::Array[Types::RecommendationStep]

#recommendation_type"UNUSED_PERMISSION_RECOMMENDATION"

Returns:

  • ("UNUSED_PERMISSION_RECOMMENDATION")


4944
# File 'sig/client.rbs', line 4944

def recommendation_type: () -> ("UNUSED_PERMISSION_RECOMMENDATION")

#resource_arn::String

Returns:

  • (::String)


4947
# File 'sig/client.rbs', line 4947

def resource_arn: () -> ::String

#status"IN_PROGRESS", ...

Returns:

  • ("IN_PROGRESS", "SUCCEEDED", "FAILED")


4946
# File 'sig/client.rbs', line 4946

def status: () -> ("IN_PROGRESS" | "SUCCEEDED" | "FAILED")