Class: Aws::ControlCatalog::Types::ListControlsResponse
- Inherits:
-
Struct
- Object
- Struct
- Aws::ControlCatalog::Types::ListControlsResponse
- Defined in:
- gems/aws-sdk-controlcatalog/lib/aws-sdk-controlcatalog/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#controls ⇒ Array<Types::ControlSummary>
Returns a list of controls, given as structures of type controlSummary.
-
#next_token ⇒ String
The pagination token that's used to fetch the next set of results.
Instance Attribute Details
#controls ⇒ Array<Types::ControlSummary>
Returns a list of controls, given as structures of type controlSummary.
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_token ⇒ String
The pagination token that's used to fetch the next set of results.
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 |