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)


24305
24306
24307
24308
24309
24310
# File 'gems/aws-sdk-securityhub/lib/aws-sdk-securityhub/types.rb', line 24305

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

#standardsArray<Types::Standard>

A list of available standards.

Returns:



24305
24306
24307
24308
24309
24310
# File 'gems/aws-sdk-securityhub/lib/aws-sdk-securityhub/types.rb', line 24305

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