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:

  • (::Time)


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

def creation_time
  @creation_time
end

#display_name::String

Returns the value of attribute display_name.

Returns:

  • (::String)


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

def display_name
  @display_name
end

#last_modified_time::Time

Returns the value of attribute last_modified_time.

Returns:

  • (::Time)


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

def last_modified_time
  @last_modified_time
end

#trial_arn::String

Returns the value of attribute trial_arn.

Returns:

  • (::String)


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

def trial_arn
  @trial_arn
end

#trial_name::String

Returns the value of attribute trial_name.

Returns:

  • (::String)


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

def trial_name
  @trial_name
end

#trial_sourceTypes::TrialSource

Returns the value of attribute trial_source.

Returns:



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

def trial_source
  @trial_source
end