Class: Aws::Types::CreateRecommenderResponse

Inherits:
Object
  • Object
show all
Defined in:
sig/types.rbs

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#recommender_arn::String

Returns the value of attribute recommender_arn.

Returns:

  • (::String)


506
507
508
# File 'sig/types.rbs', line 506

def recommender_arn
  @recommender_arn
end

#tags::Hash[::String, ::String]

Returns the value of attribute tags.

Returns:

  • (::Hash[::String, ::String])


507
508
509
# File 'sig/types.rbs', line 507

def tags
  @tags
end