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:



24429
24430
24431
24432
24433
24434
# File 'lib/aws-sdk-securityhub/types.rb', line 24429

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)


24429
24430
24431
24432
24433
24434
# File 'lib/aws-sdk-securityhub/types.rb', line 24429

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