Class: Aws::AccessAnalyzer::Types::GetFindingRecommendationResponse
- Inherits:
 - 
      Struct
      
        
- Object
 - Struct
 - Aws::AccessAnalyzer::Types::GetFindingRecommendationResponse
 
 
- Includes:
 - Structure
 
- Defined in:
 - lib/aws-sdk-accessanalyzer/types.rb
 
Overview
Constant Summary collapse
- SENSITIVE =
 []
Instance Attribute Summary collapse
- 
  
    
      #completed_at  ⇒ Time 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    
The time at which the retrieval of the finding recommendation was completed.
 - 
  
    
      #error  ⇒ Types::RecommendationError 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    
Detailed information about the reason that the retrieval of a recommendation for the finding failed.
 - 
  
    
      #next_token  ⇒ String 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    
A token used for pagination of results returned.
 - 
  
    
      #recommendation_type  ⇒ String 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    
The type of recommendation for the finding.
 - 
  
    
      #recommended_steps  ⇒ Array<Types::RecommendedStep> 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    
A group of recommended steps for the finding.
 - 
  
    
      #resource_arn  ⇒ String 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    
The ARN of the resource of the finding.
 - 
  
    
      #started_at  ⇒ Time 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    
The time at which the retrieval of the finding recommendation was started.
 - 
  
    
      #status  ⇒ String 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    
The status of the retrieval of the finding recommendation.
 
Instance Attribute Details
#completed_at ⇒ Time
The time at which the retrieval of the finding recommendation was completed.
      2132 2133 2134 2135 2136 2137 2138 2139 2140 2141 2142 2143  | 
    
      # File 'lib/aws-sdk-accessanalyzer/types.rb', line 2132 class GetFindingRecommendationResponse < Struct.new( :started_at, :completed_at, :next_token, :error, :resource_arn, :recommended_steps, :recommendation_type, :status) SENSITIVE = [] include Aws::Structure end  | 
  
#error ⇒ Types::RecommendationError
Detailed information about the reason that the retrieval of a recommendation for the finding failed.
      2132 2133 2134 2135 2136 2137 2138 2139 2140 2141 2142 2143  | 
    
      # File 'lib/aws-sdk-accessanalyzer/types.rb', line 2132 class GetFindingRecommendationResponse < Struct.new( :started_at, :completed_at, :next_token, :error, :resource_arn, :recommended_steps, :recommendation_type, :status) SENSITIVE = [] include Aws::Structure end  | 
  
#next_token ⇒ String
A token used for pagination of results returned.
      2132 2133 2134 2135 2136 2137 2138 2139 2140 2141 2142 2143  | 
    
      # File 'lib/aws-sdk-accessanalyzer/types.rb', line 2132 class GetFindingRecommendationResponse < Struct.new( :started_at, :completed_at, :next_token, :error, :resource_arn, :recommended_steps, :recommendation_type, :status) SENSITIVE = [] include Aws::Structure end  | 
  
#recommendation_type ⇒ String
The type of recommendation for the finding.
      2132 2133 2134 2135 2136 2137 2138 2139 2140 2141 2142 2143  | 
    
      # File 'lib/aws-sdk-accessanalyzer/types.rb', line 2132 class GetFindingRecommendationResponse < Struct.new( :started_at, :completed_at, :next_token, :error, :resource_arn, :recommended_steps, :recommendation_type, :status) SENSITIVE = [] include Aws::Structure end  | 
  
#recommended_steps ⇒ Array<Types::RecommendedStep>
A group of recommended steps for the finding.
      2132 2133 2134 2135 2136 2137 2138 2139 2140 2141 2142 2143  | 
    
      # File 'lib/aws-sdk-accessanalyzer/types.rb', line 2132 class GetFindingRecommendationResponse < Struct.new( :started_at, :completed_at, :next_token, :error, :resource_arn, :recommended_steps, :recommendation_type, :status) SENSITIVE = [] include Aws::Structure end  | 
  
#resource_arn ⇒ String
The ARN of the resource of the finding.
      2132 2133 2134 2135 2136 2137 2138 2139 2140 2141 2142 2143  | 
    
      # File 'lib/aws-sdk-accessanalyzer/types.rb', line 2132 class GetFindingRecommendationResponse < Struct.new( :started_at, :completed_at, :next_token, :error, :resource_arn, :recommended_steps, :recommendation_type, :status) SENSITIVE = [] include Aws::Structure end  | 
  
#started_at ⇒ Time
The time at which the retrieval of the finding recommendation was started.
      2132 2133 2134 2135 2136 2137 2138 2139 2140 2141 2142 2143  | 
    
      # File 'lib/aws-sdk-accessanalyzer/types.rb', line 2132 class GetFindingRecommendationResponse < Struct.new( :started_at, :completed_at, :next_token, :error, :resource_arn, :recommended_steps, :recommendation_type, :status) SENSITIVE = [] include Aws::Structure end  | 
  
#status ⇒ String
The status of the retrieval of the finding recommendation.
      2132 2133 2134 2135 2136 2137 2138 2139 2140 2141 2142 2143  | 
    
      # File 'lib/aws-sdk-accessanalyzer/types.rb', line 2132 class GetFindingRecommendationResponse < Struct.new( :started_at, :completed_at, :next_token, :error, :resource_arn, :recommended_steps, :recommendation_type, :status) SENSITIVE = [] include Aws::Structure end  |