Class: Aws::Personalize::Types::DeleteSolutionRequest

Inherits:
Struct
  • Object
show all
Defined in:
gems/aws-sdk-personalize/lib/aws-sdk-personalize/types.rb

Overview

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#solution_arnString

The ARN of the solution to delete.

Returns:

  • (String)


2716
2717
2718
2719
2720
# File 'gems/aws-sdk-personalize/lib/aws-sdk-personalize/types.rb', line 2716

class DeleteSolutionRequest < Struct.new(
  :solution_arn)
  SENSITIVE = []
  include Aws::Structure
end