Class: Aws::CloudTrail::Types::ListImportFailuresRequest

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

#import_idString

The ID of the import.

Returns:

  • (String)


3585
3586
3587
3588
3589
3590
3591
# File 'gems/aws-sdk-cloudtrail/lib/aws-sdk-cloudtrail/types.rb', line 3585

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

#max_resultsInteger

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

Returns:

  • (Integer)


3585
3586
3587
3588
3589
3590
3591
# File 'gems/aws-sdk-cloudtrail/lib/aws-sdk-cloudtrail/types.rb', line 3585

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

#next_tokenString

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

Returns:

  • (String)


3585
3586
3587
3588
3589
3590
3591
# File 'gems/aws-sdk-cloudtrail/lib/aws-sdk-cloudtrail/types.rb', line 3585

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