Class: Aws::Types::DisassociateTrialComponentRequest

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#trial_component_name::String

Returns the value of attribute trial_component_name.

Returns:

  • (::String)


5500
5501
5502
# File 'sig/types.rbs', line 5500

def trial_component_name
  @trial_component_name
end

#trial_name::String

Returns the value of attribute trial_name.

Returns:

  • (::String)


5501
5502
5503
# File 'sig/types.rbs', line 5501

def trial_name
  @trial_name
end