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

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

Overview

Note:

When making an API call, you may pass DeleteSolutionRequest data as a hash:

{
  solution_arn: "Arn", # required
}

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#solution_arnString

The ARN of the solution to delete.

Returns:

  • (String)


1929
1930
1931
1932
1933
# File 'lib/aws-sdk-personalize/types.rb', line 1929

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