Class: Aws::Types::Experiment

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

Returns the value of attribute actions.

Returns:



153
154
155
# File 'sig/types.rbs', line 153

def actions
  @actions
end

#arn::String

Returns the value of attribute arn.

Returns:

  • (::String)


148
149
150
# File 'sig/types.rbs', line 148

def arn
  @arn
end

#creation_time::Time

Returns the value of attribute creation_time.

Returns:

  • (::Time)


155
156
157
# File 'sig/types.rbs', line 155

def creation_time
  @creation_time
end

#end_time::Time

Returns the value of attribute end_time.

Returns:

  • (::Time)


157
158
159
# File 'sig/types.rbs', line 157

def end_time
  @end_time
end

#experiment_optionsTypes::ExperimentOptions

Returns the value of attribute experiment_options.



160
161
162
# File 'sig/types.rbs', line 160

def experiment_options
  @experiment_options
end

#experiment_reportTypes::ExperimentReport

Returns the value of attribute experiment_report.



163
164
165
# File 'sig/types.rbs', line 163

def experiment_report
  @experiment_report
end

#experiment_report_configurationTypes::ExperimentReportConfiguration

Returns the value of attribute experiment_report_configuration.



162
163
164
# File 'sig/types.rbs', line 162

def experiment_report_configuration
  @experiment_report_configuration
end

#experiment_template_id::String

Returns the value of attribute experiment_template_id.

Returns:

  • (::String)


149
150
151
# File 'sig/types.rbs', line 149

def experiment_template_id
  @experiment_template_id
end

#id::String

Returns the value of attribute id.

Returns:

  • (::String)


147
148
149
# File 'sig/types.rbs', line 147

def id
  @id
end

#log_configurationTypes::ExperimentLogConfiguration

Returns the value of attribute log_configuration.



159
160
161
# File 'sig/types.rbs', line 159

def log_configuration
  @log_configuration
end

#role_arn::String

Returns the value of attribute role_arn.

Returns:

  • (::String)


150
151
152
# File 'sig/types.rbs', line 150

def role_arn
  @role_arn
end

#start_time::Time

Returns the value of attribute start_time.

Returns:

  • (::Time)


156
157
158
# File 'sig/types.rbs', line 156

def start_time
  @start_time
end

#stateTypes::ExperimentState

Returns the value of attribute state.



151
152
153
# File 'sig/types.rbs', line 151

def state
  @state
end

#stop_conditions::Array[Types::ExperimentStopCondition]

Returns the value of attribute stop_conditions.

Returns:



154
155
156
# File 'sig/types.rbs', line 154

def stop_conditions
  @stop_conditions
end

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

Returns the value of attribute tags.

Returns:

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


158
159
160
# File 'sig/types.rbs', line 158

def tags
  @tags
end

#target_account_configurations_count::Integer

Returns the value of attribute target_account_configurations_count.

Returns:

  • (::Integer)


161
162
163
# File 'sig/types.rbs', line 161

def 
  @target_account_configurations_count
end

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

Returns the value of attribute targets.

Returns:



152
153
154
# File 'sig/types.rbs', line 152

def targets
  @targets
end