Class: Aws::Types::DeleteExperimentDefinitionRequest

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#application_identifier ⇒ ::String

Returns the value of attribute application_identifier.

Returns:

  • (::String)


252
253
254
# File 'sig/types.rbs', line 252

def application_identifier
  @application_identifier
end

#delete_type ⇒ "ARCHIVE", "DESTROY"

Returns the value of attribute delete_type.

Returns:

  • ("ARCHIVE", "DESTROY")


254
255
256
# File 'sig/types.rbs', line 254

def delete_type
  @delete_type
end

#experiment_definition_identifier ⇒ ::String

Returns the value of attribute experiment_definition_identifier.

Returns:

  • (::String)


253
254
255
# File 'sig/types.rbs', line 253

def experiment_definition_identifier
  @experiment_definition_identifier
end