Class: Aws::SecurityHub::Types::DescribeStandardsResponse

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

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

Returns:

  • (String)


23477
23478
23479
23480
23481
23482
# File 'gems/aws-sdk-securityhub/lib/aws-sdk-securityhub/types.rb', line 23477

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

#standardsArray<Types::Standard>

A list of available standards.

Returns:



23477
23478
23479
23480
23481
23482
# File 'gems/aws-sdk-securityhub/lib/aws-sdk-securityhub/types.rb', line 23477

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