Class: Aws::ControlCatalog::Types::ListCommonControlsResponse
- Inherits:
-
Struct
- Object
- Struct
- Aws::ControlCatalog::Types::ListCommonControlsResponse
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-controlcatalog/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#common_controls ⇒ Array<Types::CommonControlSummary>
The list of common controls that the ‘ListCommonControls` API returns.
-
#next_token ⇒ String
The pagination token that’s used to fetch the next set of results.
Instance Attribute Details
#common_controls ⇒ Array<Types::CommonControlSummary>
The list of common controls that the ‘ListCommonControls` API 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_token ⇒ String
The pagination token that’s used to fetch the next set of results.
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 |