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

#created_byTypes::UserContext

Returns the value of attribute created_by.

Returns:



5877
5878
5879
# File 'sig/types.rbs', line 5877

def created_by
  @created_by
end

#creation_time::Time

Returns the value of attribute creation_time.

Returns:

  • (::Time)


5876
5877
5878
# File 'sig/types.rbs', line 5876

def creation_time
  @creation_time
end

#description::String

Returns the value of attribute description.

Returns:

  • (::String)


5875
5876
5877
# File 'sig/types.rbs', line 5875

def description
  @description
end

#display_name::String

Returns the value of attribute display_name.

Returns:

  • (::String)


5873
5874
5875
# File 'sig/types.rbs', line 5873

def display_name
  @display_name
end

#experiment_arn::String

Returns the value of attribute experiment_arn.

Returns:

  • (::String)


5872
5873
5874
# File 'sig/types.rbs', line 5872

def experiment_arn
  @experiment_arn
end

#experiment_name::String

Returns the value of attribute experiment_name.

Returns:

  • (::String)


5871
5872
5873
# File 'sig/types.rbs', line 5871

def experiment_name
  @experiment_name
end

#last_modified_byTypes::UserContext

Returns the value of attribute last_modified_by.

Returns:



5879
5880
5881
# File 'sig/types.rbs', line 5879

def last_modified_by
  @last_modified_by
end

#last_modified_time::Time

Returns the value of attribute last_modified_time.

Returns:

  • (::Time)


5878
5879
5880
# File 'sig/types.rbs', line 5878

def last_modified_time
  @last_modified_time
end

#sourceTypes::ExperimentSource

Returns the value of attribute source.



5874
5875
5876
# File 'sig/types.rbs', line 5874

def source
  @source
end

#tags::Array[Types::Tag]

Returns the value of attribute tags.

Returns:



5880
5881
5882
# File 'sig/types.rbs', line 5880

def tags
  @tags
end