Class: Aws::WellArchitected::Types::ListCheckDetailsOutput
- Inherits:
-
Struct
- Object
- Struct
- Aws::WellArchitected::Types::ListCheckDetailsOutput
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-wellarchitected/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#check_details ⇒ Array<Types::CheckDetail>
The details about the Trusted Advisor checks 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_details ⇒ Array<Types::CheckDetail>
The details about the Trusted Advisor checks related to the Well-Architected best practice.
3301 3302 3303 3304 3305 3306 |
# File 'lib/aws-sdk-wellarchitected/types.rb', line 3301 class ListCheckDetailsOutput < Struct.new( :check_details, :next_token) SENSITIVE = [] include Aws::Structure end |
#next_token ⇒ String
The token to use to retrieve the next set of results.
3301 3302 3303 3304 3305 3306 |
# File 'lib/aws-sdk-wellarchitected/types.rb', line 3301 class ListCheckDetailsOutput < Struct.new( :check_details, :next_token) SENSITIVE = [] include Aws::Structure end |