Class: Aws::ControlCatalog::Types::ListControlMappingsResponse

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

#control_mappingsArray<Types::ControlMapping>

The list of control mappings that the ListControlMappings API returns.

Returns:



785
786
787
788
789
790
# File 'gems/aws-sdk-controlcatalog/lib/aws-sdk-controlcatalog/types.rb', line 785

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

#next_tokenString

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

Returns:

  • (String)


785
786
787
788
789
790
# File 'gems/aws-sdk-controlcatalog/lib/aws-sdk-controlcatalog/types.rb', line 785

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