Class: Aws::Types::TrialComponentSummary

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:



11777
11778
11779
# File 'sig/types.rbs', line 11777

def created_by
  @created_by
end

#creation_time::Time

Returns the value of attribute creation_time.

Returns:

  • (::Time)


11776
11777
11778
# File 'sig/types.rbs', line 11776

def creation_time
  @creation_time
end

#display_name::String

Returns the value of attribute display_name.

Returns:

  • (::String)


11771
11772
11773
# File 'sig/types.rbs', line 11771

def display_name
  @display_name
end

#end_time::Time

Returns the value of attribute end_time.

Returns:

  • (::Time)


11775
11776
11777
# File 'sig/types.rbs', line 11775

def end_time
  @end_time
end

#last_modified_byTypes::UserContext

Returns the value of attribute last_modified_by.

Returns:



11779
11780
11781
# File 'sig/types.rbs', line 11779

def last_modified_by
  @last_modified_by
end

#last_modified_time::Time

Returns the value of attribute last_modified_time.

Returns:

  • (::Time)


11778
11779
11780
# File 'sig/types.rbs', line 11778

def last_modified_time
  @last_modified_time
end

#start_time::Time

Returns the value of attribute start_time.

Returns:

  • (::Time)


11774
11775
11776
# File 'sig/types.rbs', line 11774

def start_time
  @start_time
end

#statusTypes::TrialComponentStatus

Returns the value of attribute status.



11773
11774
11775
# File 'sig/types.rbs', line 11773

def status
  @status
end

#trial_component_arn::String

Returns the value of attribute trial_component_arn.

Returns:

  • (::String)


11770
11771
11772
# File 'sig/types.rbs', line 11770

def trial_component_arn
  @trial_component_arn
end

#trial_component_name::String

Returns the value of attribute trial_component_name.

Returns:

  • (::String)


11769
11770
11771
# File 'sig/types.rbs', line 11769

def trial_component_name
  @trial_component_name
end

#trial_component_sourceTypes::TrialComponentSource

Returns the value of attribute trial_component_source.



11772
11773
11774
# File 'sig/types.rbs', line 11772

def trial_component_source
  @trial_component_source
end