Class: Aws::FIS::Types::UpdateExperimentTemplateLogConfigurationInput
- Inherits:
-
Struct
- Object
- Struct
- Aws::FIS::Types::UpdateExperimentTemplateLogConfigurationInput
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-fis/types.rb
Overview
Specifies the configuration for experiment logging.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#cloud_watch_logs_configuration ⇒ Types::ExperimentTemplateCloudWatchLogsLogConfigurationInput
The configuration for experiment logging to Amazon CloudWatch Logs.
-
#log_schema_version ⇒ Integer
The schema version.
-
#s3_configuration ⇒ Types::ExperimentTemplateS3LogConfigurationInput
The configuration for experiment logging to Amazon S3.
Instance Attribute Details
#cloud_watch_logs_configuration ⇒ Types::ExperimentTemplateCloudWatchLogsLogConfigurationInput
The configuration for experiment logging to Amazon CloudWatch Logs.
2184 2185 2186 2187 2188 2189 2190 |
# File 'lib/aws-sdk-fis/types.rb', line 2184 class UpdateExperimentTemplateLogConfigurationInput < Struct.new( :cloud_watch_logs_configuration, :s3_configuration, :log_schema_version) SENSITIVE = [] include Aws::Structure end |
#log_schema_version ⇒ Integer
The schema version.
2184 2185 2186 2187 2188 2189 2190 |
# File 'lib/aws-sdk-fis/types.rb', line 2184 class UpdateExperimentTemplateLogConfigurationInput < Struct.new( :cloud_watch_logs_configuration, :s3_configuration, :log_schema_version) SENSITIVE = [] include Aws::Structure end |
#s3_configuration ⇒ Types::ExperimentTemplateS3LogConfigurationInput
The configuration for experiment logging to Amazon S3.
2184 2185 2186 2187 2188 2189 2190 |
# File 'lib/aws-sdk-fis/types.rb', line 2184 class UpdateExperimentTemplateLogConfigurationInput < Struct.new( :cloud_watch_logs_configuration, :s3_configuration, :log_schema_version) SENSITIVE = [] include Aws::Structure end |