Class: Aws::Personalize::Types::CreateEventTrackerRequest
- Inherits:
-
Struct
- Object
- Struct
- Aws::Personalize::Types::CreateEventTrackerRequest
- Defined in:
- gems/aws-sdk-personalize/lib/aws-sdk-personalize/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#dataset_group_arn ⇒ String
The Amazon Resource Name (ARN) of the dataset group that receives the event data.
-
#name ⇒ String
The name for the event tracker.
-
#tags ⇒ Array<Types::Tag>
A list of [tags][1] to apply to the event tracker.
Instance Attribute Details
#dataset_group_arn ⇒ String
The Amazon Resource Name (ARN) of the dataset group that receives the event data.
1418 1419 1420 1421 1422 1423 1424 |
# File 'gems/aws-sdk-personalize/lib/aws-sdk-personalize/types.rb', line 1418 class CreateEventTrackerRequest < Struct.new( :name, :dataset_group_arn, :tags) SENSITIVE = [] include Aws::Structure end |
#name ⇒ String
The name for the event tracker.
1418 1419 1420 1421 1422 1423 1424 |
# File 'gems/aws-sdk-personalize/lib/aws-sdk-personalize/types.rb', line 1418 class CreateEventTrackerRequest < Struct.new( :name, :dataset_group_arn, :tags) SENSITIVE = [] include Aws::Structure end |
#tags ⇒ Array<Types::Tag>
A list of tags to apply to the event tracker.
1418 1419 1420 1421 1422 1423 1424 |
# File 'gems/aws-sdk-personalize/lib/aws-sdk-personalize/types.rb', line 1418 class CreateEventTrackerRequest < Struct.new( :name, :dataset_group_arn, :tags) SENSITIVE = [] include Aws::Structure end |