Class: Aws::WellArchitected::Types::GetConsolidatedReportInput
- Inherits:
 - 
      Struct
      
        
- Object
 - Struct
 - Aws::WellArchitected::Types::GetConsolidatedReportInput
 
 
- Includes:
 - Structure
 
- Defined in:
 - lib/aws-sdk-wellarchitected/types.rb
 
Overview
Constant Summary collapse
- SENSITIVE =
 []
Instance Attribute Summary collapse
- 
  
    
      #format  ⇒ String 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    
The format of the consolidated report.
 - 
  
    
      #include_shared_resources  ⇒ Boolean 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    
Set to ‘true` to have shared resources included in the report.
 - 
  
    
      #max_results  ⇒ Integer 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    
The maximum number of results to return for this request.
 - 
  
    
      #next_token  ⇒ String 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    
The token to use to retrieve the next set of results.
 
Instance Attribute Details
#format ⇒ String
The format of the consolidated report.
For ‘PDF`, `Base64String` is returned. For `JSON`, `Metrics` is returned.
      1965 1966 1967 1968 1969 1970 1971 1972  | 
    
      # File 'lib/aws-sdk-wellarchitected/types.rb', line 1965 class GetConsolidatedReportInput < Struct.new( :format, :include_shared_resources, :next_token, :max_results) SENSITIVE = [] include Aws::Structure end  | 
  
#include_shared_resources ⇒ Boolean
Set to ‘true` to have shared resources included in the report.
      1965 1966 1967 1968 1969 1970 1971 1972  | 
    
      # File 'lib/aws-sdk-wellarchitected/types.rb', line 1965 class GetConsolidatedReportInput < Struct.new( :format, :include_shared_resources, :next_token, :max_results) SENSITIVE = [] include Aws::Structure end  | 
  
#max_results ⇒ Integer
The maximum number of results to return for this request.
      1965 1966 1967 1968 1969 1970 1971 1972  | 
    
      # File 'lib/aws-sdk-wellarchitected/types.rb', line 1965 class GetConsolidatedReportInput < Struct.new( :format, :include_shared_resources, :next_token, :max_results) SENSITIVE = [] include Aws::Structure end  | 
  
#next_token ⇒ String
The token to use to retrieve the next set of results.
      1965 1966 1967 1968 1969 1970 1971 1972  | 
    
      # File 'lib/aws-sdk-wellarchitected/types.rb', line 1965 class GetConsolidatedReportInput < Struct.new( :format, :include_shared_resources, :next_token, :max_results) SENSITIVE = [] include Aws::Structure end  |