Class: Aws::Resiliencehubv2::Types::ListServiceTopologyEdgesRequest
- Inherits:
-
Struct
- Object
- Struct
- Aws::Resiliencehubv2::Types::ListServiceTopologyEdgesRequest
- 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.
Instance Attribute Details
#max_results ⇒ Integer
Pagination page size.
2613 2614 2615 2616 2617 2618 2619 |
# File 'lib/aws-sdk-resiliencehubv2/types.rb', line 2613 class ListServiceTopologyEdgesRequest < Struct.new( :service_arn, :max_results, :next_token) SENSITIVE = [] include Aws::Structure end |
#next_token ⇒ String
Pagination token.
2613 2614 2615 2616 2617 2618 2619 |
# File 'lib/aws-sdk-resiliencehubv2/types.rb', line 2613 class ListServiceTopologyEdgesRequest < Struct.new( :service_arn, :max_results, :next_token) SENSITIVE = [] include Aws::Structure end |
#service_arn ⇒ String
ARN identifier.
2613 2614 2615 2616 2617 2618 2619 |
# File 'lib/aws-sdk-resiliencehubv2/types.rb', line 2613 class ListServiceTopologyEdgesRequest < Struct.new( :service_arn, :max_results, :next_token) SENSITIVE = [] include Aws::Structure end |