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

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 DescribeSolutionRequest data as a hash:

{
  solution_arn: "Arn", # required
}

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)


2301
2302
2303
2304
2305
# File 'lib/aws-sdk-personalize/types.rb', line 2301

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