Class: Aws::Types::TrialSummary

Inherits:
Object
  • Object
show all
Defined in:
sig/types.rbs

Constant Summary collapse

SENSITIVE =

Returns:

Instance Attribute Summary collapse

Instance Attribute Details

#creation_time::Time

Returns the value of attribute creation_time.

Returns:



11870
11871
11872
# File 'sig/types.rbs', line 11870

def creation_time
  @creation_time
end

#display_name::String

Returns the value of attribute display_name.

Returns:



11868
11869
11870
# File 'sig/types.rbs', line 11868

def display_name
  @display_name
end

#last_modified_time::Time

Returns the value of attribute last_modified_time.

Returns:



11871
11872
11873
# File 'sig/types.rbs', line 11871

def last_modified_time
  @last_modified_time
end

#trial_arn::String

Returns the value of attribute trial_arn.

Returns:



11866
11867
11868
# File 'sig/types.rbs', line 11866

def trial_arn
  @trial_arn
end

#trial_name::String

Returns the value of attribute trial_name.

Returns:



11867
11868
11869
# File 'sig/types.rbs', line 11867

def trial_name
  @trial_name
end

#trial_sourceTypes::TrialSource

Returns the value of attribute trial_source.

Returns:



11869
11870
11871
# File 'sig/types.rbs', line 11869

def trial_source
  @trial_source
end