Class: Aws::Resiliencehubv2::Types::ListServicesRequest

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

#account_idString

Filter services by AWS account ID.

Returns:

  • (String)


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_statusString

Filter services by assessment status.

Returns:

  • (String)


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_resultsInteger

Pagination page size.

Returns:

  • (Integer)


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_tokenString

Pagination token.

Returns:

  • (String)


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_idString

Filter services by organizational unit (OU) identifier.

Returns:

  • (String)


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_arnString

ARN identifier.

Returns:

  • (String)


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_arnString

ARN identifier.

Returns:

  • (String)


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_idString

Filter services by user journey identifier.

Returns:

  • (String)


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