Class: Aws::Resiliencehubv2::Types::ListDependenciesRequest
- Inherits:
-
Struct
- Object
- Struct
- Aws::Resiliencehubv2::Types::ListDependenciesRequest
- 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.
-
#query_range_end_time ⇒ Time
The end time for the dependency query range.
-
#query_range_granularity ⇒ String
The granularity for the dependency query range.
-
#query_range_start_time ⇒ Time
The start time for the dependency query range.
-
#service_arn ⇒ String
ARN identifier.
Instance Attribute Details
#max_results ⇒ Integer
Pagination page size.
2121 2122 2123 2124 2125 2126 2127 2128 2129 2130 |
# File 'lib/aws-sdk-resiliencehubv2/types.rb', line 2121 class ListDependenciesRequest < Struct.new( :service_arn, :query_range_start_time, :query_range_end_time, :query_range_granularity, :max_results, :next_token) SENSITIVE = [] include Aws::Structure end |
#next_token ⇒ String
Pagination token.
2121 2122 2123 2124 2125 2126 2127 2128 2129 2130 |
# File 'lib/aws-sdk-resiliencehubv2/types.rb', line 2121 class ListDependenciesRequest < Struct.new( :service_arn, :query_range_start_time, :query_range_end_time, :query_range_granularity, :max_results, :next_token) SENSITIVE = [] include Aws::Structure end |
#query_range_end_time ⇒ Time
The end time for the dependency query range.
2121 2122 2123 2124 2125 2126 2127 2128 2129 2130 |
# File 'lib/aws-sdk-resiliencehubv2/types.rb', line 2121 class ListDependenciesRequest < Struct.new( :service_arn, :query_range_start_time, :query_range_end_time, :query_range_granularity, :max_results, :next_token) SENSITIVE = [] include Aws::Structure end |
#query_range_granularity ⇒ String
The granularity for the dependency query range.
2121 2122 2123 2124 2125 2126 2127 2128 2129 2130 |
# File 'lib/aws-sdk-resiliencehubv2/types.rb', line 2121 class ListDependenciesRequest < Struct.new( :service_arn, :query_range_start_time, :query_range_end_time, :query_range_granularity, :max_results, :next_token) SENSITIVE = [] include Aws::Structure end |
#query_range_start_time ⇒ Time
The start time for the dependency query range.
2121 2122 2123 2124 2125 2126 2127 2128 2129 2130 |
# File 'lib/aws-sdk-resiliencehubv2/types.rb', line 2121 class ListDependenciesRequest < Struct.new( :service_arn, :query_range_start_time, :query_range_end_time, :query_range_granularity, :max_results, :next_token) SENSITIVE = [] include Aws::Structure end |
#service_arn ⇒ String
ARN identifier.
2121 2122 2123 2124 2125 2126 2127 2128 2129 2130 |
# File 'lib/aws-sdk-resiliencehubv2/types.rb', line 2121 class ListDependenciesRequest < Struct.new( :service_arn, :query_range_start_time, :query_range_end_time, :query_range_granularity, :max_results, :next_token) SENSITIVE = [] include Aws::Structure end |