Class: Aws::Types::UpdateSolutionRequest

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#perform_auto_training ⇒ Boolean

Returns the value of attribute perform_auto_training.

Returns:

  • (Boolean)


1533
1534
1535
# File 'sig/types.rbs', line 1533

def perform_auto_training
  @perform_auto_training
end

#perform_incremental_update ⇒ Boolean

Returns the value of attribute perform_incremental_update.

Returns:

  • (Boolean)


1534
1535
1536
# File 'sig/types.rbs', line 1534

def perform_incremental_update
  @perform_incremental_update
end

#solution_arn ⇒ ::String

Returns the value of attribute solution_arn.

Returns:

  • (::String)


1532
1533
1534
# File 'sig/types.rbs', line 1532

def solution_arn
  @solution_arn
end

#solution_update_config ⇒ Types::SolutionUpdateConfig

Returns the value of attribute solution_update_config.



1535
1536
1537
# File 'sig/types.rbs', line 1535

def solution_update_config
  @solution_update_config
end