Class: Aws::BCMDataExports::Types::ListExportsResponse

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

Overview

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#exportsArray<Types::ExportReference>

The details of the exports, including name and export status.

Returns:



483
484
485
486
487
488
# File 'gems/aws-sdk-bcmdataexports/lib/aws-sdk-bcmdataexports/types.rb', line 483

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

#next_tokenString

The token to retrieve the next set of results.

Returns:

  • (String)


483
484
485
486
487
488
# File 'gems/aws-sdk-bcmdataexports/lib/aws-sdk-bcmdataexports/types.rb', line 483

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