Class: Aws::ControlCatalog::Types::ListCommonControlsResponse

Inherits:
Struct
  • Object
show all
Includes:
Structure
Defined in:
lib/aws-sdk-controlcatalog/types.rb

Overview

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#common_controlsArray<Types::CommonControlSummary>

The list of common controls that the ‘ListCommonControls` API returns.

Returns:



700
701
702
703
704
705
# File 'lib/aws-sdk-controlcatalog/types.rb', line 700

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

#next_tokenString

The pagination token that’s used to fetch the next set of results.

Returns:

  • (String)


700
701
702
703
704
705
# File 'lib/aws-sdk-controlcatalog/types.rb', line 700

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