Class: Aws::Resiliencehubv2::Types::ListUserJourneysRequest

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

#max_resultsInteger

Pagination page size.

Returns:

  • (Integer)


3181
3182
3183
3184
3185
3186
3187
# File 'lib/aws-sdk-resiliencehubv2/types.rb', line 3181

class ListUserJourneysRequest < Struct.new(
  :system_arn,
  :max_results,
  :next_token)
  SENSITIVE = []
  include Aws::Structure
end

#next_tokenString

Pagination token.

Returns:

  • (String)


3181
3182
3183
3184
3185
3186
3187
# File 'lib/aws-sdk-resiliencehubv2/types.rb', line 3181

class ListUserJourneysRequest < Struct.new(
  :system_arn,
  :max_results,
  :next_token)
  SENSITIVE = []
  include Aws::Structure
end

#system_arnString

ARN identifier.

Returns:

  • (String)


3181
3182
3183
3184
3185
3186
3187
# File 'lib/aws-sdk-resiliencehubv2/types.rb', line 3181

class ListUserJourneysRequest < Struct.new(
  :system_arn,
  :max_results,
  :next_token)
  SENSITIVE = []
  include Aws::Structure
end