Class: Aws::FIS::Types::ListTargetResourceTypesRequest
- Inherits:
-
Struct
- Object
- Struct
- Aws::FIS::Types::ListTargetResourceTypesRequest
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-fis/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#max_results ⇒ Integer
The maximum number of results to return with a single call.
-
#next_token ⇒ String
The token for the next page of results.
Instance Attribute Details
#max_results ⇒ Integer
The maximum number of results to return with a single call. To retrieve the remaining results, make another call with the returned ‘nextToken` value.
2105 2106 2107 2108 2109 2110 |
# File 'lib/aws-sdk-fis/types.rb', line 2105 class ListTargetResourceTypesRequest < Struct.new( :max_results, :next_token) SENSITIVE = [] include Aws::Structure end |
#next_token ⇒ String
The token for the next page of results.
2105 2106 2107 2108 2109 2110 |
# File 'lib/aws-sdk-fis/types.rb', line 2105 class ListTargetResourceTypesRequest < Struct.new( :max_results, :next_token) SENSITIVE = [] include Aws::Structure end |