Class: Aws::Omics::Types::S3AccessConfig
- Inherits:
-
Struct
- Object
- Struct
- Aws::Omics::Types::S3AccessConfig
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-omics/types.rb
Overview
S3 access configuration parameters.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#access_log_location ⇒ String
Location of the access logs.
Instance Attribute Details
#access_log_location ⇒ String
Location of the access logs.
5702 5703 5704 5705 5706 |
# File 'lib/aws-sdk-omics/types.rb', line 5702 class S3AccessConfig < Struct.new( :access_log_location) SENSITIVE = [] include Aws::Structure end |