Class: Aws::CloudTrail::Types::ListImportsResponse
- Inherits:
-
Struct
- Object
- Struct
- Aws::CloudTrail::Types::ListImportsResponse
- Defined in:
- gems/aws-sdk-cloudtrail/lib/aws-sdk-cloudtrail/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#imports ⇒ Array<Types::ImportsListItem>
The list of returned imports.
-
#next_token ⇒ String
A token you can use to get the next page of import results.
Instance Attribute Details
#imports ⇒ Array<Types::ImportsListItem>
The list of returned imports.
2603 2604 2605 2606 2607 2608 |
# File 'gems/aws-sdk-cloudtrail/lib/aws-sdk-cloudtrail/types.rb', line 2603 class ListImportsResponse < Struct.new( :imports, :next_token) SENSITIVE = [] include Aws::Structure end |
#next_token ⇒ String
A token you can use to get the next page of import results.
2603 2604 2605 2606 2607 2608 |
# File 'gems/aws-sdk-cloudtrail/lib/aws-sdk-cloudtrail/types.rb', line 2603 class ListImportsResponse < Struct.new( :imports, :next_token) SENSITIVE = [] include Aws::Structure end |