Class: Aws::CustomerProfiles::Types::CreateRecommenderResponse
- Inherits:
-
Struct
- Object
- Struct
- Aws::CustomerProfiles::Types::CreateRecommenderResponse
- Defined in:
- gems/aws-sdk-customerprofiles/lib/aws-sdk-customerprofiles/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#recommender_arn ⇒ String
The ARN of the recommender.
-
#tags ⇒ Hash<String,String>
The tags used to organize, track, or control access for this resource.
Instance Attribute Details
#recommender_arn ⇒ String
The ARN of the recommender
1827 1828 1829 1830 1831 1832 |
# File 'gems/aws-sdk-customerprofiles/lib/aws-sdk-customerprofiles/types.rb', line 1827 class CreateRecommenderResponse < Struct.new( :recommender_arn, :tags) SENSITIVE = [] include Aws::Structure end |
#tags ⇒ Hash<String,String>
The tags used to organize, track, or control access for this resource.
1827 1828 1829 1830 1831 1832 |
# File 'gems/aws-sdk-customerprofiles/lib/aws-sdk-customerprofiles/types.rb', line 1827 class CreateRecommenderResponse < Struct.new( :recommender_arn, :tags) SENSITIVE = [] include Aws::Structure end |