Class: Aws::WellArchitected::Types::GetConsolidatedReportInput

Inherits:
Struct
  • Object
show all
Defined in:
gems/aws-sdk-wellarchitected/lib/aws-sdk-wellarchitected/types.rb

Overview

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#formatString

The format of the consolidated report.

For PDF, Base64String is returned. For JSON, Metrics is returned.

Returns:

  • (String)


1965
1966
1967
1968
1969
1970
1971
1972
# File 'gems/aws-sdk-wellarchitected/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_resourcesBoolean

Set to true to have shared resources included in the report.

Returns:

  • (Boolean)


1965
1966
1967
1968
1969
1970
1971
1972
# File 'gems/aws-sdk-wellarchitected/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_resultsInteger

The maximum number of results to return for this request.

Returns:

  • (Integer)


1965
1966
1967
1968
1969
1970
1971
1972
# File 'gems/aws-sdk-wellarchitected/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_tokenString

The token to use to retrieve the next set of results.

Returns:

  • (String)


1965
1966
1967
1968
1969
1970
1971
1972
# File 'gems/aws-sdk-wellarchitected/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