Class: Aws::FIS::Types::ExperimentS3LogConfiguration
- Inherits:
-
Struct
- Object
- Struct
- Aws::FIS::Types::ExperimentS3LogConfiguration
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-fis/types.rb
Overview
Describes the configuration for experiment logging to Amazon S3.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#bucket_name ⇒ String
The name of the destination bucket.
-
#prefix ⇒ String
The bucket prefix.
Instance Attribute Details
#bucket_name ⇒ String
The name of the destination bucket.
736 737 738 739 740 741 |
# File 'lib/aws-sdk-fis/types.rb', line 736 class ExperimentS3LogConfiguration < Struct.new( :bucket_name, :prefix) SENSITIVE = [] include Aws::Structure end |
#prefix ⇒ String
The bucket prefix.
736 737 738 739 740 741 |
# File 'lib/aws-sdk-fis/types.rb', line 736 class ExperimentS3LogConfiguration < Struct.new( :bucket_name, :prefix) SENSITIVE = [] include Aws::Structure end |