Class: Aws::Types::GetFindingRecommendationResponse
- Inherits:
-
Object
- Object
- Aws::Types::GetFindingRecommendationResponse
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#completed_at ⇒ ::Time
Returns the value of attribute completed_at.
-
#error ⇒ Types::RecommendationError
Returns the value of attribute error.
-
#next_token ⇒ ::String
Returns the value of attribute next_token.
-
#recommendation_type ⇒ "UnusedPermissionRecommendation"
Returns the value of attribute recommendation_type.
-
#recommended_steps ⇒ ::Array[Types::RecommendedStep]
Returns the value of attribute recommended_steps.
-
#resource_arn ⇒ ::String
Returns the value of attribute resource_arn.
-
#started_at ⇒ ::Time
Returns the value of attribute started_at.
-
#status ⇒ "SUCCEEDED", ...
Returns the value of attribute status.
Instance Attribute Details
#completed_at ⇒ ::Time
Returns the value of attribute completed_at.
589 590 591 |
# File 'sig/types.rbs', line 589 def completed_at @completed_at end |
#error ⇒ Types::RecommendationError
Returns the value of attribute error.
591 592 593 |
# File 'sig/types.rbs', line 591 def error @error end |
#next_token ⇒ ::String
Returns the value of attribute next_token.
590 591 592 |
# File 'sig/types.rbs', line 590 def next_token @next_token end |
#recommendation_type ⇒ "UnusedPermissionRecommendation"
Returns the value of attribute recommendation_type.
594 595 596 |
# File 'sig/types.rbs', line 594 def recommendation_type @recommendation_type end |
#recommended_steps ⇒ ::Array[Types::RecommendedStep]
Returns the value of attribute recommended_steps.
593 594 595 |
# File 'sig/types.rbs', line 593 def recommended_steps @recommended_steps end |
#resource_arn ⇒ ::String
Returns the value of attribute resource_arn.
592 593 594 |
# File 'sig/types.rbs', line 592 def resource_arn @resource_arn end |
#started_at ⇒ ::Time
Returns the value of attribute started_at.
588 589 590 |
# File 'sig/types.rbs', line 588 def started_at @started_at end |
#status ⇒ "SUCCEEDED", ...
Returns the value of attribute status.
595 596 597 |
# File 'sig/types.rbs', line 595 def status @status end |