Class: Aws::Types::CreateExperimentRequest

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)


2201
2202
2203
# File 'sig/types.rbs', line 2201

def description
  @description
end

#display_name::String

Returns the value of attribute display_name.

Returns:

  • (::String)


2200
2201
2202
# File 'sig/types.rbs', line 2200

def display_name
  @display_name
end

#experiment_name::String

Returns the value of attribute experiment_name.

Returns:

  • (::String)


2199
2200
2201
# File 'sig/types.rbs', line 2199

def experiment_name
  @experiment_name
end

#tags::Array[Types::Tag]

Returns the value of attribute tags.

Returns:



2202
2203
2204
# File 'sig/types.rbs', line 2202

def tags
  @tags
end