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

Inherits:
Struct
  • Object
show all
Defined in:
gems/aws-sdk-controlcatalog/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:



226
227
228
229
230
231
# File 'gems/aws-sdk-controlcatalog/lib/aws-sdk-controlcatalog/types.rb', line 226

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)


226
227
228
229
230
231
# File 'gems/aws-sdk-controlcatalog/lib/aws-sdk-controlcatalog/types.rb', line 226

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