Class: Aws::CloudTrail::Types::S3ImportSource
- Inherits:
-
Struct
- Object
- Struct
- Aws::CloudTrail::Types::S3ImportSource
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-cloudtrail/types.rb
Overview
The settings for the source S3 bucket.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#s3_bucket_access_role_arn ⇒ String
The IAM ARN role used to access the source S3 bucket.
-
#s3_bucket_region ⇒ String
The Region associated with the source S3 bucket.
-
#s3_location_uri ⇒ String
The URI for the source S3 bucket.
Instance Attribute Details
#s3_bucket_access_role_arn ⇒ String
The IAM ARN role used to access the source S3 bucket.
4396 4397 4398 4399 4400 4401 4402 |
# File 'lib/aws-sdk-cloudtrail/types.rb', line 4396 class S3ImportSource < Struct.new( :s3_location_uri, :s3_bucket_region, :s3_bucket_access_role_arn) SENSITIVE = [] include Aws::Structure end |
#s3_bucket_region ⇒ String
The Region associated with the source S3 bucket.
4396 4397 4398 4399 4400 4401 4402 |
# File 'lib/aws-sdk-cloudtrail/types.rb', line 4396 class S3ImportSource < Struct.new( :s3_location_uri, :s3_bucket_region, :s3_bucket_access_role_arn) SENSITIVE = [] include Aws::Structure end |
#s3_location_uri ⇒ String
The URI for the source S3 bucket.
4396 4397 4398 4399 4400 4401 4402 |
# File 'lib/aws-sdk-cloudtrail/types.rb', line 4396 class S3ImportSource < Struct.new( :s3_location_uri, :s3_bucket_region, :s3_bucket_access_role_arn) SENSITIVE = [] include Aws::Structure end |