Class: Aws::Personalize::Types::StopSolutionVersionCreationRequest
- Inherits:
-
Struct
- Object
- Struct
- Aws::Personalize::Types::StopSolutionVersionCreationRequest
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-personalize/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#solution_version_arn ⇒ String
The Amazon Resource Name (ARN) of the solution version you want to stop creating.
Instance Attribute Details
#solution_version_arn ⇒ String
The Amazon Resource Name (ARN) of the solution version you want to stop creating.
5760 5761 5762 5763 5764 |
# File 'lib/aws-sdk-personalize/types.rb', line 5760 class StopSolutionVersionCreationRequest < Struct.new( :solution_version_arn) SENSITIVE = [] include Aws::Structure end |