Class: Aws::TrustedAdvisor::Types::ListChecksRequest

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

Overview

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#aws_serviceString

The aws service associated with the check

Returns:

  • (String)


262
263
264
265
266
267
268
269
270
271
# File 'gems/aws-sdk-trustedadvisor/lib/aws-sdk-trustedadvisor/types.rb', line 262

class ListChecksRequest < Struct.new(
  :aws_service,
  :language,
  :max_results,
  :next_token,
  :pillar,
  :source)
  SENSITIVE = []
  include Aws::Structure
end

#languageString

The ISO 639-1 code for the language that you want your checks to appear in.

Returns:

  • (String)


262
263
264
265
266
267
268
269
270
271
# File 'gems/aws-sdk-trustedadvisor/lib/aws-sdk-trustedadvisor/types.rb', line 262

class ListChecksRequest < Struct.new(
  :aws_service,
  :language,
  :max_results,
  :next_token,
  :pillar,
  :source)
  SENSITIVE = []
  include Aws::Structure
end

#max_resultsInteger

The maximum number of results to return per page.

Returns:

  • (Integer)


262
263
264
265
266
267
268
269
270
271
# File 'gems/aws-sdk-trustedadvisor/lib/aws-sdk-trustedadvisor/types.rb', line 262

class ListChecksRequest < Struct.new(
  :aws_service,
  :language,
  :max_results,
  :next_token,
  :pillar,
  :source)
  SENSITIVE = []
  include Aws::Structure
end

#next_tokenString

The token for the next set of results. Use the value returned in the previous response in the next request to retrieve the next set of results.

Returns:

  • (String)


262
263
264
265
266
267
268
269
270
271
# File 'gems/aws-sdk-trustedadvisor/lib/aws-sdk-trustedadvisor/types.rb', line 262

class ListChecksRequest < Struct.new(
  :aws_service,
  :language,
  :max_results,
  :next_token,
  :pillar,
  :source)
  SENSITIVE = []
  include Aws::Structure
end

#pillarString

The pillar of the check

Returns:

  • (String)


262
263
264
265
266
267
268
269
270
271
# File 'gems/aws-sdk-trustedadvisor/lib/aws-sdk-trustedadvisor/types.rb', line 262

class ListChecksRequest < Struct.new(
  :aws_service,
  :language,
  :max_results,
  :next_token,
  :pillar,
  :source)
  SENSITIVE = []
  include Aws::Structure
end

#sourceString

The source of the check

Returns:

  • (String)


262
263
264
265
266
267
268
269
270
271
# File 'gems/aws-sdk-trustedadvisor/lib/aws-sdk-trustedadvisor/types.rb', line 262

class ListChecksRequest < Struct.new(
  :aws_service,
  :language,
  :max_results,
  :next_token,
  :pillar,
  :source)
  SENSITIVE = []
  include Aws::Structure
end