Class: Aws::Types::DescribeExperimentResponse

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:



4279
4280
4281
# File 'sig/types.rbs', line 4279

def created_by
  @created_by
end

#creation_time::Time

Returns the value of attribute creation_time.

Returns:

  • (::Time)


4278
4279
4280
# File 'sig/types.rbs', line 4278

def creation_time
  @creation_time
end

#description::String

Returns the value of attribute description.

Returns:

  • (::String)


4277
4278
4279
# File 'sig/types.rbs', line 4277

def description
  @description
end

#display_name::String

Returns the value of attribute display_name.

Returns:

  • (::String)


4275
4276
4277
# File 'sig/types.rbs', line 4275

def display_name
  @display_name
end

#experiment_arn::String

Returns the value of attribute experiment_arn.

Returns:

  • (::String)


4274
4275
4276
# File 'sig/types.rbs', line 4274

def experiment_arn
  @experiment_arn
end

#experiment_name::String

Returns the value of attribute experiment_name.

Returns:

  • (::String)


4273
4274
4275
# File 'sig/types.rbs', line 4273

def experiment_name
  @experiment_name
end

#last_modified_byTypes::UserContext

Returns the value of attribute last_modified_by.

Returns:



4281
4282
4283
# File 'sig/types.rbs', line 4281

def last_modified_by
  @last_modified_by
end

#last_modified_time::Time

Returns the value of attribute last_modified_time.

Returns:

  • (::Time)


4280
4281
4282
# File 'sig/types.rbs', line 4280

def last_modified_time
  @last_modified_time
end

#sourceTypes::ExperimentSource

Returns the value of attribute source.



4276
4277
4278
# File 'sig/types.rbs', line 4276

def source
  @source
end