Class: Aws::Personalize::Types::DescribeSolutionRequest

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

Overview

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#solution_arnString

The Amazon Resource Name (ARN) of the solution to describe.

Returns:

  • (String)


3027
3028
3029
3030
3031
# File 'lib/aws-sdk-personalize/types.rb', line 3027

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