Class: Aws::WellArchitected::Types::ListCheckDetailsOutput

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

#check_detailsArray<Types::CheckDetail>

The details about the Trusted Advisor checks related to the Well-Architected best practice.

Returns:



3301
3302
3303
3304
3305
3306
# File 'gems/aws-sdk-wellarchitected/lib/aws-sdk-wellarchitected/types.rb', line 3301

class ListCheckDetailsOutput < Struct.new(
  :check_details,
  :next_token)
  SENSITIVE = []
  include Aws::Structure
end

#next_tokenString

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

Returns:

  • (String)


3301
3302
3303
3304
3305
3306
# File 'gems/aws-sdk-wellarchitected/lib/aws-sdk-wellarchitected/types.rb', line 3301

class ListCheckDetailsOutput < Struct.new(
  :check_details,
  :next_token)
  SENSITIVE = []
  include Aws::Structure
end