Class: Aws::Types::CreateExperimentRequest

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

Constant Summary collapse

SENSITIVE =

Instance Attribute Summary collapse

Instance Attribute Details

#description::String

Returns the value of attribute description.



2216
2217
2218
# File 'sig/types.rbs', line 2216

def description
  @description
end

#display_name::String

Returns the value of attribute display_name.



2215
2216
2217
# File 'sig/types.rbs', line 2215

def display_name
  @display_name
end

#experiment_name::String

Returns the value of attribute experiment_name.



2214
2215
2216
# File 'sig/types.rbs', line 2214

def experiment_name
  @experiment_name
end

#tags::Array[Types::Tag]

Returns the value of attribute tags.



2217
2218
2219
# File 'sig/types.rbs', line 2217

def tags
  @tags
end