Class: Aws::Mgn::Types::ListExportErrorsRequest

Inherits:
Struct
  • Object
show all
Defined in:
gems/aws-sdk-mgn/lib/aws-sdk-mgn/types.rb

Overview

List export errors request.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#export_idString

List export errors request export id.

Returns:

  • (String)


2421
2422
2423
2424
2425
2426
2427
# File 'gems/aws-sdk-mgn/lib/aws-sdk-mgn/types.rb', line 2421

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

#max_resultsInteger

List export errors request max results.

Returns:

  • (Integer)


2421
2422
2423
2424
2425
2426
2427
# File 'gems/aws-sdk-mgn/lib/aws-sdk-mgn/types.rb', line 2421

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

#next_tokenString

List export errors request next token.

Returns:

  • (String)


2421
2422
2423
2424
2425
2426
2427
# File 'gems/aws-sdk-mgn/lib/aws-sdk-mgn/types.rb', line 2421

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