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:



11792
11793
11794
# File 'sig/types.rbs', line 11792

def created_by
  @created_by
end

#creation_time::Time

Returns the value of attribute creation_time.

Returns:

  • (::Time)


11791
11792
11793
# File 'sig/types.rbs', line 11791

def creation_time
  @creation_time
end

#display_name::String

Returns the value of attribute display_name.

Returns:

  • (::String)


11786
11787
11788
# File 'sig/types.rbs', line 11786

def display_name
  @display_name
end

#end_time::Time

Returns the value of attribute end_time.

Returns:

  • (::Time)


11790
11791
11792
# File 'sig/types.rbs', line 11790

def end_time
  @end_time
end

#last_modified_byTypes::UserContext

Returns the value of attribute last_modified_by.

Returns:



11794
11795
11796
# File 'sig/types.rbs', line 11794

def last_modified_by
  @last_modified_by
end

#last_modified_time::Time

Returns the value of attribute last_modified_time.

Returns:

  • (::Time)


11793
11794
11795
# File 'sig/types.rbs', line 11793

def last_modified_time
  @last_modified_time
end

#start_time::Time

Returns the value of attribute start_time.

Returns:

  • (::Time)


11789
11790
11791
# File 'sig/types.rbs', line 11789

def start_time
  @start_time
end

#statusTypes::TrialComponentStatus

Returns the value of attribute status.



11788
11789
11790
# File 'sig/types.rbs', line 11788

def status
  @status
end

#trial_component_arn::String

Returns the value of attribute trial_component_arn.

Returns:

  • (::String)


11785
11786
11787
# File 'sig/types.rbs', line 11785

def trial_component_arn
  @trial_component_arn
end

#trial_component_name::String

Returns the value of attribute trial_component_name.

Returns:

  • (::String)


11784
11785
11786
# File 'sig/types.rbs', line 11784

def trial_component_name
  @trial_component_name
end

#trial_component_sourceTypes::TrialComponentSource

Returns the value of attribute trial_component_source.



11787
11788
11789
# File 'sig/types.rbs', line 11787

def trial_component_source
  @trial_component_source
end