Class: Aws::SecurityHub::Types::GetEnabledStandardsResponse

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

#next_tokenString

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

Returns:

  • (String)


25421
25422
25423
25424
25425
25426
# File 'lib/aws-sdk-securityhub/types.rb', line 25421

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

#standards_subscriptionsArray<Types::StandardsSubscription>

The list of ‘StandardsSubscriptions` objects that include information about the enabled standards.

Returns:



25421
25422
25423
25424
25425
25426
# File 'lib/aws-sdk-securityhub/types.rb', line 25421

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