Class: Aws::Types::TrialComponentSimpleSummary

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:



11744
11745
11746
# File 'sig/types.rbs', line 11744

def created_by
  @created_by
end

#creation_time::Time

Returns the value of attribute creation_time.

Returns:

  • (::Time)


11743
11744
11745
# File 'sig/types.rbs', line 11743

def creation_time
  @creation_time
end

#trial_component_arn::String

Returns the value of attribute trial_component_arn.

Returns:

  • (::String)


11741
11742
11743
# File 'sig/types.rbs', line 11741

def trial_component_arn
  @trial_component_arn
end

#trial_component_name::String

Returns the value of attribute trial_component_name.

Returns:

  • (::String)


11740
11741
11742
# File 'sig/types.rbs', line 11740

def trial_component_name
  @trial_component_name
end

#trial_component_sourceTypes::TrialComponentSource

Returns the value of attribute trial_component_source.



11742
11743
11744
# File 'sig/types.rbs', line 11742

def trial_component_source
  @trial_component_source
end