Class: Aws::SecurityHub::Types::ListSecurityControlDefinitionsResponse

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

#next_tokenString

A pagination parameter that's included in the response only if it was included in the request.

Returns:

  • (String)


26515
26516
26517
26518
26519
26520
# File 'gems/aws-sdk-securityhub/lib/aws-sdk-securityhub/types.rb', line 26515

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

#security_control_definitionsArray<Types::SecurityControlDefinition>

An array of controls that apply to the specified standard.



26515
26516
26517
26518
26519
26520
# File 'gems/aws-sdk-securityhub/lib/aws-sdk-securityhub/types.rb', line 26515

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