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.
2707 2708 2709 2710 2711 |
# File 'lib/aws-sdk-cloudtrail/types.rb', line 2707 class ImportSource < Struct.new( :s3) SENSITIVE = [] include Aws::Structure end |