Class: Aws::Types::GetRecommendedPolicyV2Response

Inherits:
Object
  • Object
show all
Defined in:
sig/types.rbs

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#errorTypes::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.

Returns:

  • (::String)


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.

Returns:



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.

Returns:

  • ("UNUSED_PERMISSION_RECOMMENDATION")


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.

Returns:

  • (::String)


6129
6130
6131
# File 'sig/types.rbs', line 6129

def resource_arn
  @resource_arn
end

#status"IN_PROGRESS", ...

Returns the value of attribute status.

Returns:

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


6128
6129
6130
# File 'sig/types.rbs', line 6128

def status
  @status
end