Class: Aws::FIS::Types::ListTargetAccountConfigurationsResponse
- Inherits:
-
Struct
- Object
- Struct
- Aws::FIS::Types::ListTargetAccountConfigurationsResponse
- 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::TargetAccountConfigurationSummary>
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.
2086 2087 2088 2089 2090 2091 |
# File 'lib/aws-sdk-fis/types.rb', line 2086 class ListTargetAccountConfigurationsResponse < Struct.new( :target_account_configurations, :next_token) SENSITIVE = [] include Aws::Structure end |
#target_account_configurations ⇒ Array<Types::TargetAccountConfigurationSummary>
The target account configurations.
2086 2087 2088 2089 2090 2091 |
# File 'lib/aws-sdk-fis/types.rb', line 2086 class ListTargetAccountConfigurationsResponse < Struct.new( :target_account_configurations, :next_token) SENSITIVE = [] include Aws::Structure end |