Class: Aws::Resiliencehubv2::Types::ListInputSourcesRequest

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

Overview

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#max_resultsInteger

Pagination page size.

Returns:

  • (Integer)


2287
2288
2289
2290
2291
2292
2293
2294
# File 'lib/aws-sdk-resiliencehubv2/types.rb', line 2287

class ListInputSourcesRequest < Struct.new(
  :service_arn,
  :type,
  :max_results,
  :next_token)
  SENSITIVE = []
  include Aws::Structure
end

#next_tokenString

Pagination token.

Returns:

  • (String)


2287
2288
2289
2290
2291
2292
2293
2294
# File 'lib/aws-sdk-resiliencehubv2/types.rb', line 2287

class ListInputSourcesRequest < Struct.new(
  :service_arn,
  :type,
  :max_results,
  :next_token)
  SENSITIVE = []
  include Aws::Structure
end

#service_arnString

ARN identifier.

Returns:

  • (String)


2287
2288
2289
2290
2291
2292
2293
2294
# File 'lib/aws-sdk-resiliencehubv2/types.rb', line 2287

class ListInputSourcesRequest < Struct.new(
  :service_arn,
  :type,
  :max_results,
  :next_token)
  SENSITIVE = []
  include Aws::Structure
end

#typeString

Filter input sources by type.

Returns:

  • (String)


2287
2288
2289
2290
2291
2292
2293
2294
# File 'lib/aws-sdk-resiliencehubv2/types.rb', line 2287

class ListInputSourcesRequest < Struct.new(
  :service_arn,
  :type,
  :max_results,
  :next_token)
  SENSITIVE = []
  include Aws::Structure
end