Class: Aws::Types::CreateExperimentTemplateRequest

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::CreateExperimentTemplateActionInput]

Returns the value of attribute actions.

Returns:



81
82
83
# File 'sig/types.rbs', line 81

def actions
  @actions
end

#client_token::String

Returns the value of attribute client_token.

Returns:

  • (::String)


77
78
79
# File 'sig/types.rbs', line 77

def client_token
  @client_token
end

#description::String

Returns the value of attribute description.

Returns:

  • (::String)


78
79
80
# File 'sig/types.rbs', line 78

def description
  @description
end

#experiment_optionsTypes::CreateExperimentTemplateExperimentOptionsInput

Returns the value of attribute experiment_options.



85
86
87
# File 'sig/types.rbs', line 85

def experiment_options
  @experiment_options
end

#experiment_report_configurationTypes::CreateExperimentTemplateReportConfigurationInput

Returns the value of attribute experiment_report_configuration.



86
87
88
# File 'sig/types.rbs', line 86

def experiment_report_configuration
  @experiment_report_configuration
end

#log_configurationTypes::CreateExperimentTemplateLogConfigurationInput

Returns the value of attribute log_configuration.



84
85
86
# File 'sig/types.rbs', line 84

def log_configuration
  @log_configuration
end

#role_arn::String

Returns the value of attribute role_arn.

Returns:

  • (::String)


82
83
84
# File 'sig/types.rbs', line 82

def role_arn
  @role_arn
end

#stop_conditions::Array[Types::CreateExperimentTemplateStopConditionInput]

Returns the value of attribute stop_conditions.



79
80
81
# File 'sig/types.rbs', line 79

def stop_conditions
  @stop_conditions
end

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

Returns the value of attribute tags.

Returns:

  • (::Hash[::String, ::String])


83
84
85
# File 'sig/types.rbs', line 83

def tags
  @tags
end

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

Returns the value of attribute targets.

Returns:



80
81
82
# File 'sig/types.rbs', line 80

def targets
  @targets
end