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:



11853
11854
11855
# File 'sig/types.rbs', line 11853

def created_by
  @created_by
end

#creation_time::Time

Returns the value of attribute creation_time.

Returns:



11852
11853
11854
# File 'sig/types.rbs', line 11852

def creation_time
  @creation_time
end

#display_name::String

Returns the value of attribute display_name.

Returns:



11847
11848
11849
# File 'sig/types.rbs', line 11847

def display_name
  @display_name
end

#end_time::Time

Returns the value of attribute end_time.

Returns:



11851
11852
11853
# File 'sig/types.rbs', line 11851

def end_time
  @end_time
end

#last_modified_byTypes::UserContext

Returns the value of attribute last_modified_by.

Returns:



11855
11856
11857
# File 'sig/types.rbs', line 11855

def last_modified_by
  @last_modified_by
end

#last_modified_time::Time

Returns the value of attribute last_modified_time.

Returns:



11854
11855
11856
# File 'sig/types.rbs', line 11854

def last_modified_time
  @last_modified_time
end

#start_time::Time

Returns the value of attribute start_time.

Returns:



11850
11851
11852
# File 'sig/types.rbs', line 11850

def start_time
  @start_time
end

#statusTypes::TrialComponentStatus

Returns the value of attribute status.

Returns:



11849
11850
11851
# File 'sig/types.rbs', line 11849

def status
  @status
end

#trial_component_arn::String

Returns the value of attribute trial_component_arn.

Returns:



11846
11847
11848
# File 'sig/types.rbs', line 11846

def trial_component_arn
  @trial_component_arn
end

#trial_component_name::String

Returns the value of attribute trial_component_name.

Returns:



11845
11846
11847
# File 'sig/types.rbs', line 11845

def trial_component_name
  @trial_component_name
end

#trial_component_sourceTypes::TrialComponentSource

Returns the value of attribute trial_component_source.

Returns:



11848
11849
11850
# File 'sig/types.rbs', line 11848

def trial_component_source
  @trial_component_source
end