Class: Aws::WellArchitected::Types::ListCheckSummariesOutput
- Inherits:
-
Struct
- Object
- Struct
- Aws::WellArchitected::Types::ListCheckSummariesOutput
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-wellarchitected/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#check_summaries ⇒ Array<Types::CheckSummary>
List of Trusted Advisor summaries related to the Well-Architected best practice.
-
#next_token ⇒ String
The token to use to retrieve the next set of results.
Instance Attribute Details
#check_summaries ⇒ Array<Types::CheckSummary>
List of Trusted Advisor summaries related to the Well-Architected best practice.
3364 3365 3366 3367 3368 3369 |
# File 'lib/aws-sdk-wellarchitected/types.rb', line 3364 class ListCheckSummariesOutput < Struct.new( :check_summaries, :next_token) SENSITIVE = [] include Aws::Structure end |
#next_token ⇒ String
The token to use to retrieve the next set of results.
3364 3365 3366 3367 3368 3369 |
# File 'lib/aws-sdk-wellarchitected/types.rb', line 3364 class ListCheckSummariesOutput < Struct.new( :check_summaries, :next_token) SENSITIVE = [] include Aws::Structure end |