Class: Aws::CloudTrail::Types::ListImportsRequest

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

Overview

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#destinationString

The ARN of the destination event data store.

Returns:

  • (String)


3577
3578
3579
3580
3581
3582
3583
3584
# File 'gems/aws-sdk-cloudtrail/lib/aws-sdk-cloudtrail/types.rb', line 3577

class ListImportsRequest < Struct.new(
  :max_results,
  :destination,
  :import_status,
  :next_token)
  SENSITIVE = []
  include Aws::Structure
end

#import_statusString

The status of the import.

Returns:

  • (String)


3577
3578
3579
3580
3581
3582
3583
3584
# File 'gems/aws-sdk-cloudtrail/lib/aws-sdk-cloudtrail/types.rb', line 3577

class ListImportsRequest < Struct.new(
  :max_results,
  :destination,
  :import_status,
  :next_token)
  SENSITIVE = []
  include Aws::Structure
end

#max_resultsInteger

The maximum number of imports to display on a single page.

Returns:

  • (Integer)


3577
3578
3579
3580
3581
3582
3583
3584
# File 'gems/aws-sdk-cloudtrail/lib/aws-sdk-cloudtrail/types.rb', line 3577

class ListImportsRequest < Struct.new(
  :max_results,
  :destination,
  :import_status,
  :next_token)
  SENSITIVE = []
  include Aws::Structure
end

#next_tokenString

A token you can use to get the next page of import results.

Returns:

  • (String)


3577
3578
3579
3580
3581
3582
3583
3584
# File 'gems/aws-sdk-cloudtrail/lib/aws-sdk-cloudtrail/types.rb', line 3577

class ListImportsRequest < Struct.new(
  :max_results,
  :destination,
  :import_status,
  :next_token)
  SENSITIVE = []
  include Aws::Structure
end