Class: Aws::SecurityHub::Types::ListSecurityControlDefinitionsRequest

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

Overview

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#max_resultsInteger

An optional parameter that limits the total results of the API response to the specified number. If this parameter isn't provided in the request, the results include the first 25 security controls that apply to the specified standard. The results also include a NextToken parameter that you can use in a subsequent API call to get the next 25 controls. This repeats until all controls for the standard are returned.

Returns:

  • (Integer)


26496
26497
26498
26499
26500
26501
26502
# File 'gems/aws-sdk-securityhub/lib/aws-sdk-securityhub/types.rb', line 26496

class ListSecurityControlDefinitionsRequest < Struct.new(
  :standards_arn,
  :next_token,
  :max_results)
  SENSITIVE = []
  include Aws::Structure
end

#next_tokenString

Optional pagination parameter.

Returns:

  • (String)


26496
26497
26498
26499
26500
26501
26502
# File 'gems/aws-sdk-securityhub/lib/aws-sdk-securityhub/types.rb', line 26496

class ListSecurityControlDefinitionsRequest < Struct.new(
  :standards_arn,
  :next_token,
  :max_results)
  SENSITIVE = []
  include Aws::Structure
end

#standards_arnString

The Amazon Resource Name (ARN) of the standard that you want to view controls for.

Returns:

  • (String)


26496
26497
26498
26499
26500
26501
26502
# File 'gems/aws-sdk-securityhub/lib/aws-sdk-securityhub/types.rb', line 26496

class ListSecurityControlDefinitionsRequest < Struct.new(
  :standards_arn,
  :next_token,
  :max_results)
  SENSITIVE = []
  include Aws::Structure
end