Class: Aws::Mgn::Types::ListExportsResponse

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

Overview

List export response.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#itemsArray<Types::ExportTask>

List export response items.

Returns:



2498
2499
2500
2501
2502
2503
# File 'gems/aws-sdk-mgn/lib/aws-sdk-mgn/types.rb', line 2498

class ListExportsResponse < Struct.new(
  :items,
  :next_token)
  SENSITIVE = []
  include Aws::Structure
end

#next_tokenString

List export response next token.

Returns:

  • (String)


2498
2499
2500
2501
2502
2503
# File 'gems/aws-sdk-mgn/lib/aws-sdk-mgn/types.rb', line 2498

class ListExportsResponse < Struct.new(
  :items,
  :next_token)
  SENSITIVE = []
  include Aws::Structure
end