Class: Aws::FIS::Types::ListTargetAccountConfigurationsRequest
- Inherits:
-
Struct
- Object
- Struct
- Aws::FIS::Types::ListTargetAccountConfigurationsRequest
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-fis/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#experiment_template_id ⇒ String
The ID of the experiment template.
-
#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
#experiment_template_id ⇒ String
The ID of the experiment template.
2067 2068 2069 2070 2071 2072 2073 |
# File 'lib/aws-sdk-fis/types.rb', line 2067 class ListTargetAccountConfigurationsRequest < Struct.new( :experiment_template_id, :max_results, :next_token) SENSITIVE = [] include Aws::Structure end |
#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.
2067 2068 2069 2070 2071 2072 2073 |
# File 'lib/aws-sdk-fis/types.rb', line 2067 class ListTargetAccountConfigurationsRequest < Struct.new( :experiment_template_id, :max_results, :next_token) SENSITIVE = [] include Aws::Structure end |
#next_token ⇒ String
The token for the next page of results.
2067 2068 2069 2070 2071 2072 2073 |
# File 'lib/aws-sdk-fis/types.rb', line 2067 class ListTargetAccountConfigurationsRequest < Struct.new( :experiment_template_id, :max_results, :next_token) SENSITIVE = [] include Aws::Structure end |