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:



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

def created_by
  @created_by
end

#creation_time::Time

Returns the value of attribute creation_time.

Returns:

  • (::Time)


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

def creation_time
  @creation_time
end

#display_name::String

Returns the value of attribute display_name.

Returns:

  • (::String)


11763
11764
11765
# File 'sig/types.rbs', line 11763

def display_name
  @display_name
end

#end_time::Time

Returns the value of attribute end_time.

Returns:

  • (::Time)


11767
11768
11769
# File 'sig/types.rbs', line 11767

def end_time
  @end_time
end

#last_modified_byTypes::UserContext

Returns the value of attribute last_modified_by.

Returns:



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

def last_modified_by
  @last_modified_by
end

#last_modified_time::Time

Returns the value of attribute last_modified_time.

Returns:

  • (::Time)


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

def last_modified_time
  @last_modified_time
end

#start_time::Time

Returns the value of attribute start_time.

Returns:

  • (::Time)


11766
11767
11768
# File 'sig/types.rbs', line 11766

def start_time
  @start_time
end

#statusTypes::TrialComponentStatus

Returns the value of attribute status.



11765
11766
11767
# File 'sig/types.rbs', line 11765

def status
  @status
end

#trial_component_arn::String

Returns the value of attribute trial_component_arn.

Returns:

  • (::String)


11762
11763
11764
# File 'sig/types.rbs', line 11762

def trial_component_arn
  @trial_component_arn
end

#trial_component_name::String

Returns the value of attribute trial_component_name.

Returns:

  • (::String)


11761
11762
11763
# File 'sig/types.rbs', line 11761

def trial_component_name
  @trial_component_name
end

#trial_component_sourceTypes::TrialComponentSource

Returns the value of attribute trial_component_source.



11764
11765
11766
# File 'sig/types.rbs', line 11764

def trial_component_source
  @trial_component_source
end