Class: Aws::Personalize::Types::DeleteEventTrackerRequest

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

{
  event_tracker_arn: "Arn", # required
}

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#event_tracker_arnString

The Amazon Resource Name (ARN) of the event tracker to delete.

Returns:

  • (String)


1872
1873
1874
1875
1876
# File 'lib/aws-sdk-personalize/types.rb', line 1872

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