Class: Aws::CloudTrail::Types::ListImportsResponse

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

#importsArray<Types::ImportsListItem>

The list of returned imports.

Returns:



3596
3597
3598
3599
3600
3601
# File 'gems/aws-sdk-cloudtrail/lib/aws-sdk-cloudtrail/types.rb', line 3596

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

#next_tokenString

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

Returns:

  • (String)


3596
3597
3598
3599
3600
3601
# File 'gems/aws-sdk-cloudtrail/lib/aws-sdk-cloudtrail/types.rb', line 3596

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