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

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)


25417
25418
25419
25420
25421
25422
# File 'gems/aws-sdk-securityhub/lib/aws-sdk-securityhub/types.rb', line 25417

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:



25417
25418
25419
25420
25421
25422
# File 'gems/aws-sdk-securityhub/lib/aws-sdk-securityhub/types.rb', line 25417

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