Class: Aws::Types::UpdateExperimentTemplateLogConfigurationInput

Inherits:
Object
  • Object
show all
Defined in:
sig/types.rbs

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#cloud_watch_logs_configurationTypes::ExperimentTemplateCloudWatchLogsLogConfigurationInput

Returns the value of attribute cloud_watch_logs_configuration.



768
769
770
# File 'sig/types.rbs', line 768

def cloud_watch_logs_configuration
  @cloud_watch_logs_configuration
end

#log_schema_version::Integer

Returns the value of attribute log_schema_version.

Returns:

  • (::Integer)


770
771
772
# File 'sig/types.rbs', line 770

def log_schema_version
  @log_schema_version
end

#s3_configurationTypes::ExperimentTemplateS3LogConfigurationInput

Returns the value of attribute s3_configuration.



769
770
771
# File 'sig/types.rbs', line 769

def s3_configuration
  @s3_configuration
end