Class: Aws::IoT::Types::ListAuditSuppressionsRequest

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

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#ascending_orderBoolean

Determines whether suppressions are listed in ascending order by expiration date or not. If parameter isn't provided, ascendingOrder=true.

Returns:

  • (Boolean)


9308
9309
9310
9311
9312
9313
9314
9315
9316
# File 'gems/aws-sdk-iot/lib/aws-sdk-iot/types.rb', line 9308

class ListAuditSuppressionsRequest < Struct.new(
  :check_name,
  :resource_identifier,
  :ascending_order,
  :next_token,
  :max_results)
  SENSITIVE = []
  include Aws::Structure
end

#check_nameString

An audit check name. Checks must be enabled for your account. (Use DescribeAccountAuditConfiguration to see the list of all checks, including those that are enabled or use UpdateAccountAuditConfiguration to select which checks are enabled.)

Returns:

  • (String)


9308
9309
9310
9311
9312
9313
9314
9315
9316
# File 'gems/aws-sdk-iot/lib/aws-sdk-iot/types.rb', line 9308

class ListAuditSuppressionsRequest < Struct.new(
  :check_name,
  :resource_identifier,
  :ascending_order,
  :next_token,
  :max_results)
  SENSITIVE = []
  include Aws::Structure
end

#max_resultsInteger

The maximum number of results to return at one time. The default is 25.

Returns:

  • (Integer)


9308
9309
9310
9311
9312
9313
9314
9315
9316
# File 'gems/aws-sdk-iot/lib/aws-sdk-iot/types.rb', line 9308

class ListAuditSuppressionsRequest < Struct.new(
  :check_name,
  :resource_identifier,
  :ascending_order,
  :next_token,
  :max_results)
  SENSITIVE = []
  include Aws::Structure
end

#next_tokenString

The token for the next set of results.

Returns:

  • (String)


9308
9309
9310
9311
9312
9313
9314
9315
9316
# File 'gems/aws-sdk-iot/lib/aws-sdk-iot/types.rb', line 9308

class ListAuditSuppressionsRequest < Struct.new(
  :check_name,
  :resource_identifier,
  :ascending_order,
  :next_token,
  :max_results)
  SENSITIVE = []
  include Aws::Structure
end

#resource_identifierTypes::ResourceIdentifier

Information that identifies the noncompliant resource.



9308
9309
9310
9311
9312
9313
9314
9315
9316
# File 'gems/aws-sdk-iot/lib/aws-sdk-iot/types.rb', line 9308

class ListAuditSuppressionsRequest < Struct.new(
  :check_name,
  :resource_identifier,
  :ascending_order,
  :next_token,
  :max_results)
  SENSITIVE = []
  include Aws::Structure
end