Class: Aws::WellArchitected::Types::GetConsolidatedReportOutput
- Inherits:
-
Struct
- Object
- Struct
- Aws::WellArchitected::Types::GetConsolidatedReportOutput
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-wellarchitected/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#base_64_string ⇒ String
The Base64-encoded string representation of a lens review report.
-
#metrics ⇒ Array<Types::ConsolidatedReportMetric>
The metrics that make up the consolidated report.
-
#next_token ⇒ String
The token to use to retrieve the next set of results.
Instance Attribute Details
#base_64_string ⇒ String
The Base64-encoded string representation of a lens review report.
This data can be used to create a PDF file.
Only returned by GetConsolidatedReport when ‘PDF` format is requested.
1995 1996 1997 1998 1999 2000 2001 |
# File 'lib/aws-sdk-wellarchitected/types.rb', line 1995 class GetConsolidatedReportOutput < Struct.new( :metrics, :next_token, :base_64_string) SENSITIVE = [] include Aws::Structure end |
#metrics ⇒ Array<Types::ConsolidatedReportMetric>
The metrics that make up the consolidated report.
Only returned when ‘JSON` format is requested.
1995 1996 1997 1998 1999 2000 2001 |
# File 'lib/aws-sdk-wellarchitected/types.rb', line 1995 class GetConsolidatedReportOutput < Struct.new( :metrics, :next_token, :base_64_string) SENSITIVE = [] include Aws::Structure end |
#next_token ⇒ String
The token to use to retrieve the next set of results.
1995 1996 1997 1998 1999 2000 2001 |
# File 'lib/aws-sdk-wellarchitected/types.rb', line 1995 class GetConsolidatedReportOutput < Struct.new( :metrics, :next_token, :base_64_string) SENSITIVE = [] include Aws::Structure end |