Class: Aws::CloudTrail::Types::ListImportsRequest
- Inherits:
-
Struct
- Object
- Struct
- Aws::CloudTrail::Types::ListImportsRequest
- Defined in:
- gems/aws-sdk-cloudtrail/lib/aws-sdk-cloudtrail/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#destination ⇒ String
The ARN of the destination event data store.
-
#import_status ⇒ String
The status of the import.
-
#max_results ⇒ Integer
The maximum number of imports to display on a single page.
-
#next_token ⇒ String
A token you can use to get the next page of import results.
Instance Attribute Details
#destination ⇒ String
The ARN of the destination event data store.
3350 3351 3352 3353 3354 3355 3356 3357 |
# File 'gems/aws-sdk-cloudtrail/lib/aws-sdk-cloudtrail/types.rb', line 3350 class ListImportsRequest < Struct.new( :max_results, :destination, :import_status, :next_token) SENSITIVE = [] include Aws::Structure end |
#import_status ⇒ String
The status of the import.
3350 3351 3352 3353 3354 3355 3356 3357 |
# File 'gems/aws-sdk-cloudtrail/lib/aws-sdk-cloudtrail/types.rb', line 3350 class ListImportsRequest < Struct.new( :max_results, :destination, :import_status, :next_token) SENSITIVE = [] include Aws::Structure end |
#max_results ⇒ Integer
The maximum number of imports to display on a single page.
3350 3351 3352 3353 3354 3355 3356 3357 |
# File 'gems/aws-sdk-cloudtrail/lib/aws-sdk-cloudtrail/types.rb', line 3350 class ListImportsRequest < Struct.new( :max_results, :destination, :import_status, :next_token) SENSITIVE = [] include Aws::Structure end |
#next_token ⇒ String
A token you can use to get the next page of import results.
3350 3351 3352 3353 3354 3355 3356 3357 |
# File 'gems/aws-sdk-cloudtrail/lib/aws-sdk-cloudtrail/types.rb', line 3350 class ListImportsRequest < Struct.new( :max_results, :destination, :import_status, :next_token) SENSITIVE = [] include Aws::Structure end |