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)


24333
24334
24335
24336
24337
24338
# File 'gems/aws-sdk-securityhub/lib/aws-sdk-securityhub/types.rb', line 24333

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:



24333
24334
24335
24336
24337
24338
# File 'gems/aws-sdk-securityhub/lib/aws-sdk-securityhub/types.rb', line 24333

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