Class: Aws::ControlCatalog::Types::ListControlsResponse

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

#controlsArray<Types::ControlSummary>

Returns a list of controls, given as structures of type controlSummary.

Returns:



827
828
829
830
831
832
# File 'gems/aws-sdk-controlcatalog/lib/aws-sdk-controlcatalog/types.rb', line 827

class ListControlsResponse < Struct.new(
  :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)


827
828
829
830
831
832
# File 'gems/aws-sdk-controlcatalog/lib/aws-sdk-controlcatalog/types.rb', line 827

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