Class: Aws::FIS::Types::ListExperimentTargetAccountConfigurationsResponse
- Inherits:
-
Struct
- Object
- Struct
- Aws::FIS::Types::ListExperimentTargetAccountConfigurationsResponse
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-fis/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#next_token ⇒ String
The token to use to retrieve the next page of results.
-
#target_account_configurations ⇒ Array<Types::ExperimentTargetAccountConfigurationSummary>
The target account configurations.
Instance Attribute Details
#next_token ⇒ String
The token to use to retrieve the next page of results. This value is null when there are no more results to return.
1941 1942 1943 1944 1945 1946 |
# File 'lib/aws-sdk-fis/types.rb', line 1941 class ListExperimentTargetAccountConfigurationsResponse < Struct.new( :target_account_configurations, :next_token) SENSITIVE = [] include Aws::Structure end |
#target_account_configurations ⇒ Array<Types::ExperimentTargetAccountConfigurationSummary>
The target account configurations.
1941 1942 1943 1944 1945 1946 |
# File 'lib/aws-sdk-fis/types.rb', line 1941 class ListExperimentTargetAccountConfigurationsResponse < Struct.new( :target_account_configurations, :next_token) SENSITIVE = [] include Aws::Structure end |