Class: Aws::Resiliencehubv2::Types::ListServicesRequest
- Inherits:
-
Struct
- Object
- Struct
- Aws::Resiliencehubv2::Types::ListServicesRequest
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-resiliencehubv2/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#account_id ⇒ String
Filter services by AWS account ID.
-
#assessment_status ⇒ String
Filter services by assessment status.
-
#max_results ⇒ Integer
Pagination page size.
-
#next_token ⇒ String
Pagination token.
-
#ou_id ⇒ String
Filter services by organizational unit (OU) identifier.
-
#policy_arn ⇒ String
ARN identifier.
-
#system_arn ⇒ String
ARN identifier.
-
#user_journey_id ⇒ String
Filter services by user journey identifier.
Instance Attribute Details
#account_id ⇒ String
Filter services by AWS account ID.
2672 2673 2674 2675 2676 2677 2678 2679 2680 2681 2682 2683 |
# File 'lib/aws-sdk-resiliencehubv2/types.rb', line 2672 class ListServicesRequest < Struct.new( :system_arn, :user_journey_id, :ou_id, :account_id, :assessment_status, :policy_arn, :max_results, :next_token) SENSITIVE = [] include Aws::Structure end |
#assessment_status ⇒ String
Filter services by assessment status.
2672 2673 2674 2675 2676 2677 2678 2679 2680 2681 2682 2683 |
# File 'lib/aws-sdk-resiliencehubv2/types.rb', line 2672 class ListServicesRequest < Struct.new( :system_arn, :user_journey_id, :ou_id, :account_id, :assessment_status, :policy_arn, :max_results, :next_token) SENSITIVE = [] include Aws::Structure end |
#max_results ⇒ Integer
Pagination page size.
2672 2673 2674 2675 2676 2677 2678 2679 2680 2681 2682 2683 |
# File 'lib/aws-sdk-resiliencehubv2/types.rb', line 2672 class ListServicesRequest < Struct.new( :system_arn, :user_journey_id, :ou_id, :account_id, :assessment_status, :policy_arn, :max_results, :next_token) SENSITIVE = [] include Aws::Structure end |
#next_token ⇒ String
Pagination token.
2672 2673 2674 2675 2676 2677 2678 2679 2680 2681 2682 2683 |
# File 'lib/aws-sdk-resiliencehubv2/types.rb', line 2672 class ListServicesRequest < Struct.new( :system_arn, :user_journey_id, :ou_id, :account_id, :assessment_status, :policy_arn, :max_results, :next_token) SENSITIVE = [] include Aws::Structure end |
#ou_id ⇒ String
Filter services by organizational unit (OU) identifier.
2672 2673 2674 2675 2676 2677 2678 2679 2680 2681 2682 2683 |
# File 'lib/aws-sdk-resiliencehubv2/types.rb', line 2672 class ListServicesRequest < Struct.new( :system_arn, :user_journey_id, :ou_id, :account_id, :assessment_status, :policy_arn, :max_results, :next_token) SENSITIVE = [] include Aws::Structure end |
#policy_arn ⇒ String
ARN identifier.
2672 2673 2674 2675 2676 2677 2678 2679 2680 2681 2682 2683 |
# File 'lib/aws-sdk-resiliencehubv2/types.rb', line 2672 class ListServicesRequest < Struct.new( :system_arn, :user_journey_id, :ou_id, :account_id, :assessment_status, :policy_arn, :max_results, :next_token) SENSITIVE = [] include Aws::Structure end |
#system_arn ⇒ String
ARN identifier.
2672 2673 2674 2675 2676 2677 2678 2679 2680 2681 2682 2683 |
# File 'lib/aws-sdk-resiliencehubv2/types.rb', line 2672 class ListServicesRequest < Struct.new( :system_arn, :user_journey_id, :ou_id, :account_id, :assessment_status, :policy_arn, :max_results, :next_token) SENSITIVE = [] include Aws::Structure end |
#user_journey_id ⇒ String
Filter services by user journey identifier.
2672 2673 2674 2675 2676 2677 2678 2679 2680 2681 2682 2683 |
# File 'lib/aws-sdk-resiliencehubv2/types.rb', line 2672 class ListServicesRequest < Struct.new( :system_arn, :user_journey_id, :ou_id, :account_id, :assessment_status, :policy_arn, :max_results, :next_token) SENSITIVE = [] include Aws::Structure end |