Class: Aws::SecurityHub::Types::DescribeStandardsControlsResponse

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

Overview

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#controlsArray<Types::StandardsControl>

A list of security standards controls.

Returns:



24420
24421
24422
24423
24424
24425
# File 'lib/aws-sdk-securityhub/types.rb', line 24420

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

#next_tokenString

The pagination token to use to request the next page of results.

Returns:

  • (String)


24420
24421
24422
24423
24424
24425
# File 'lib/aws-sdk-securityhub/types.rb', line 24420

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