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:



23489
23490
23491
23492
23493
23494
# File 'lib/aws-sdk-securityhub/types.rb', line 23489

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)


23489
23490
23491
23492
23493
23494
# File 'lib/aws-sdk-securityhub/types.rb', line 23489

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