Class: Aws::Resiliencehubv2::Types::ListInputSourcesRequest
- Inherits:
-
Struct
- Object
- Struct
- Aws::Resiliencehubv2::Types::ListInputSourcesRequest
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-resiliencehubv2/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#max_results ⇒ Integer
Pagination page size.
-
#next_token ⇒ String
Pagination token.
-
#service_arn ⇒ String
ARN identifier.
-
#type ⇒ String
Filter input sources by type.
Instance Attribute Details
#max_results ⇒ Integer
Pagination page size.
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_token ⇒ String
Pagination token.
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_arn ⇒ String
ARN identifier.
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 |
#type ⇒ String
Filter input sources by type.
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 |