Class: Aws::CustomerProfiles::Types::EventTriggerSummaryItem

Inherits:
Struct
  • Object
show all
Includes:
Structure
Defined in:
lib/aws-sdk-customerprofiles/types.rb

Overview

The summary of the event trigger.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#created_atTime

The timestamp of when the event trigger was created.

Returns:

  • (Time)


2310
2311
2312
2313
2314
2315
2316
2317
2318
2319
# File 'lib/aws-sdk-customerprofiles/types.rb', line 2310

class EventTriggerSummaryItem < Struct.new(
  :object_type_name,
  :event_trigger_name,
  :description,
  :created_at,
  :last_updated_at,
  :tags)
  SENSITIVE = []
  include Aws::Structure
end

#descriptionString

The description of the event trigger.

Returns:

  • (String)


2310
2311
2312
2313
2314
2315
2316
2317
2318
2319
# File 'lib/aws-sdk-customerprofiles/types.rb', line 2310

class EventTriggerSummaryItem < Struct.new(
  :object_type_name,
  :event_trigger_name,
  :description,
  :created_at,
  :last_updated_at,
  :tags)
  SENSITIVE = []
  include Aws::Structure
end

#event_trigger_nameString

The unique name of the event trigger.

Returns:

  • (String)


2310
2311
2312
2313
2314
2315
2316
2317
2318
2319
# File 'lib/aws-sdk-customerprofiles/types.rb', line 2310

class EventTriggerSummaryItem < Struct.new(
  :object_type_name,
  :event_trigger_name,
  :description,
  :created_at,
  :last_updated_at,
  :tags)
  SENSITIVE = []
  include Aws::Structure
end

#last_updated_atTime

The timestamp of when the event trigger was most recently updated.

Returns:

  • (Time)


2310
2311
2312
2313
2314
2315
2316
2317
2318
2319
# File 'lib/aws-sdk-customerprofiles/types.rb', line 2310

class EventTriggerSummaryItem < Struct.new(
  :object_type_name,
  :event_trigger_name,
  :description,
  :created_at,
  :last_updated_at,
  :tags)
  SENSITIVE = []
  include Aws::Structure
end

#object_type_nameString

The unique name of the object type.

Returns:

  • (String)


2310
2311
2312
2313
2314
2315
2316
2317
2318
2319
# File 'lib/aws-sdk-customerprofiles/types.rb', line 2310

class EventTriggerSummaryItem < Struct.new(
  :object_type_name,
  :event_trigger_name,
  :description,
  :created_at,
  :last_updated_at,
  :tags)
  SENSITIVE = []
  include Aws::Structure
end

#tagsHash<String,String>

An array of key-value pairs to apply to this resource.

Returns:

  • (Hash<String,String>)


2310
2311
2312
2313
2314
2315
2316
2317
2318
2319
# File 'lib/aws-sdk-customerprofiles/types.rb', line 2310

class EventTriggerSummaryItem < Struct.new(
  :object_type_name,
  :event_trigger_name,
  :description,
  :created_at,
  :last_updated_at,
  :tags)
  SENSITIVE = []
  include Aws::Structure
end