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

Inherits:
Struct
  • Object
show all
Defined in:
gems/aws-sdk-fis/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)


1690
1691
1692
1693
1694
1695
# File 'gems/aws-sdk-fis/lib/aws-sdk-fis/types.rb', line 1690

class ListTargetAccountConfigurationsResponse < Struct.new(
  :target_account_configurations,
  :next_token)
  SENSITIVE = []
  include Aws::Structure
end

#target_account_configurationsArray<Types::TargetAccountConfigurationSummary>

The target account configurations.



1690
1691
1692
1693
1694
1695
# File 'gems/aws-sdk-fis/lib/aws-sdk-fis/types.rb', line 1690

class ListTargetAccountConfigurationsResponse < Struct.new(
  :target_account_configurations,
  :next_token)
  SENSITIVE = []
  include Aws::Structure
end