Class: Aws::Types::UpdateExperimentRequest

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#description::String

Returns the value of attribute description.

Returns:

  • (::String)


12076
12077
12078
# File 'sig/types.rbs', line 12076

def description
  @description
end

#display_name::String

Returns the value of attribute display_name.

Returns:

  • (::String)


12075
12076
12077
# File 'sig/types.rbs', line 12075

def display_name
  @display_name
end

#experiment_name::String

Returns the value of attribute experiment_name.

Returns:

  • (::String)


12074
12075
12076
# File 'sig/types.rbs', line 12074

def experiment_name
  @experiment_name
end