Class: Aws::Personalize::Types::DeleteSolutionRequest
- Inherits:
-
Struct
- Object
- Struct
- Aws::Personalize::Types::DeleteSolutionRequest
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-personalize/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#solution_arn ⇒ String
The ARN of the solution to delete.
Instance Attribute Details
#solution_arn ⇒ String
The ARN of the solution to delete.
2911 2912 2913 2914 2915 |
# File 'lib/aws-sdk-personalize/types.rb', line 2911 class DeleteSolutionRequest < Struct.new( :solution_arn) SENSITIVE = [] include Aws::Structure end |