Class: Aws::ResilienceHub::Types::ListAppInputSourcesResponse

Inherits:
Struct
  • Object
show all
Defined in:
gems/aws-sdk-resiliencehub/lib/aws-sdk-resiliencehub/types.rb

Overview

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#app_input_sourcesArray<Types::AppInputSource>

The list of Resilience Hub application input sources.

Returns:



2886
2887
2888
2889
2890
2891
# File 'gems/aws-sdk-resiliencehub/lib/aws-sdk-resiliencehub/types.rb', line 2886

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

#next_tokenString

The token for the next set of results, or null if there are no more results.

Returns:

  • (String)


2886
2887
2888
2889
2890
2891
# File 'gems/aws-sdk-resiliencehub/lib/aws-sdk-resiliencehub/types.rb', line 2886

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