Class: Aws::Types::ExperimentSummary

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#arn::String

Returns the value of attribute arn.

Returns:

  • (::String)


285
286
287
# File 'sig/types.rbs', line 285

def arn
  @arn
end

#creation_time::Time

Returns the value of attribute creation_time.

Returns:

  • (::Time)


288
289
290
# File 'sig/types.rbs', line 288

def creation_time
  @creation_time
end

#experiment_optionsTypes::ExperimentOptions

Returns the value of attribute experiment_options.



290
291
292
# File 'sig/types.rbs', line 290

def experiment_options
  @experiment_options
end

#experiment_template_id::String

Returns the value of attribute experiment_template_id.

Returns:

  • (::String)


286
287
288
# File 'sig/types.rbs', line 286

def experiment_template_id
  @experiment_template_id
end

#id::String

Returns the value of attribute id.

Returns:

  • (::String)


284
285
286
# File 'sig/types.rbs', line 284

def id
  @id
end

#stateTypes::ExperimentState

Returns the value of attribute state.



287
288
289
# File 'sig/types.rbs', line 287

def state
  @state
end

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

Returns the value of attribute tags.

Returns:

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


289
290
291
# File 'sig/types.rbs', line 289

def tags
  @tags
end