Class: Aws::CloudTrail::Types::ImportSource
- Inherits:
-
Struct
- Object
- Struct
- Aws::CloudTrail::Types::ImportSource
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-cloudtrail/types.rb
Overview
The import source.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#s3 ⇒ Types::S3ImportSource
The source S3 bucket.
Instance Attribute Details
#s3 ⇒ Types::S3ImportSource
The source S3 bucket.
2631 2632 2633 2634 2635 |
# File 'lib/aws-sdk-cloudtrail/types.rb', line 2631 class ImportSource < Struct.new( :s3) SENSITIVE = [] include Aws::Structure end |