Class: Aws::FIS::Types::ListTargetAccountConfigurationsResponse

Inherits:
Struct
  • Object
show all
Includes:
Structure
Defined in:
lib/aws-sdk-fis/types.rb

Overview

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#next_tokenString

The token to use to retrieve the next page of results. This value is null when there are no more results to return.

Returns:

  • (String)


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_configurationsArray<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