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:



3289
3290
3291
3292
3293
3294
# File 'gems/aws-sdk-resiliencehub/lib/aws-sdk-resiliencehub/types.rb', line 3289

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

#next_tokenString

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

Returns:

  • (String)


3289
3290
3291
3292
3293
3294
# File 'gems/aws-sdk-resiliencehub/lib/aws-sdk-resiliencehub/types.rb', line 3289

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