Class: Aws::Types::CreateRecommenderResponse
- Inherits:
-
Object
- Object
- Aws::Types::CreateRecommenderResponse
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#recommender_arn ⇒ ::String
Returns the value of attribute recommender_arn.
-
#tags ⇒ ::Hash[::String, ::String]
Returns the value of attribute tags.
Instance Attribute Details
#recommender_arn ⇒ ::String
Returns the value of attribute recommender_arn.
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.
507 508 509 |
# File 'sig/types.rbs', line 507 def @tags end |