Class: Aws::Types::ExperimentTemplate

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

Constant Summary collapse

SENSITIVE =

Returns:

Instance Attribute Summary collapse

Instance Attribute Details

#actions::Hash[::String, Types::ExperimentTemplateAction]

Returns the value of attribute actions.

Returns:



329
330
331
# File 'sig/types.rbs', line 329

def actions
  @actions
end

#arn::String

Returns the value of attribute arn.

Returns:



326
327
328
# File 'sig/types.rbs', line 326

def arn
  @arn
end

#creation_time::Time

Returns the value of attribute creation_time.

Returns:



331
332
333
# File 'sig/types.rbs', line 331

def creation_time
  @creation_time
end

#description::String

Returns the value of attribute description.

Returns:



327
328
329
# File 'sig/types.rbs', line 327

def description
  @description
end

#experiment_optionsTypes::ExperimentTemplateExperimentOptions

Returns the value of attribute experiment_options.

Returns:



336
337
338
# File 'sig/types.rbs', line 336

def experiment_options
  @experiment_options
end

#experiment_report_configurationTypes::ExperimentTemplateReportConfiguration

Returns the value of attribute experiment_report_configuration.

Returns:



338
339
340
# File 'sig/types.rbs', line 338

def experiment_report_configuration
  @experiment_report_configuration
end

#id::String

Returns the value of attribute id.

Returns:



325
326
327
# File 'sig/types.rbs', line 325

def id
  @id
end

#last_update_time::Time

Returns the value of attribute last_update_time.

Returns:



332
333
334
# File 'sig/types.rbs', line 332

def last_update_time
  @last_update_time
end

#log_configurationTypes::ExperimentTemplateLogConfiguration

Returns the value of attribute log_configuration.

Returns:



335
336
337
# File 'sig/types.rbs', line 335

def log_configuration
  @log_configuration
end

#role_arn::String

Returns the value of attribute role_arn.

Returns:



333
334
335
# File 'sig/types.rbs', line 333

def role_arn
  @role_arn
end

#stop_conditions::Array[Types::ExperimentTemplateStopCondition]

Returns the value of attribute stop_conditions.

Returns:



330
331
332
# File 'sig/types.rbs', line 330

def stop_conditions
  @stop_conditions
end

#tags::Hash[::String, ::String]

Returns the value of attribute tags.

Returns:



334
335
336
# File 'sig/types.rbs', line 334

def tags
  @tags
end

#target_account_configurations_count::Integer

Returns the value of attribute target_account_configurations_count.

Returns:



337
338
339
# File 'sig/types.rbs', line 337

def 
  
end

#targets::Hash[::String, Types::ExperimentTemplateTarget]

Returns the value of attribute targets.

Returns:



328
329
330
# File 'sig/types.rbs', line 328

def targets
  @targets
end