Class: Aws::CustomerProfiles::Types::EventTriggerSummaryItem
- Inherits:
-
Struct
- Object
- Struct
- Aws::CustomerProfiles::Types::EventTriggerSummaryItem
- Defined in:
- gems/aws-sdk-customerprofiles/lib/aws-sdk-customerprofiles/types.rb
Overview
The summary of the event trigger.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#created_at ⇒ Time
The timestamp of when the event trigger was created.
-
#description ⇒ String
The description of the event trigger.
-
#event_trigger_name ⇒ String
The unique name of the event trigger.
-
#last_updated_at ⇒ Time
The timestamp of when the event trigger was most recently updated.
-
#object_type_name ⇒ String
The unique name of the object type.
-
#tags ⇒ Hash<String,String>
An array of key-value pairs to apply to this resource.
Instance Attribute Details
#created_at ⇒ Time
The timestamp of when the event trigger was created.
2913 2914 2915 2916 2917 2918 2919 2920 2921 2922 |
# File 'gems/aws-sdk-customerprofiles/lib/aws-sdk-customerprofiles/types.rb', line 2913 class EventTriggerSummaryItem < Struct.new( :object_type_name, :event_trigger_name, :description, :created_at, :last_updated_at, :tags) SENSITIVE = [] include Aws::Structure end |
#description ⇒ String
The description of the event trigger.
2913 2914 2915 2916 2917 2918 2919 2920 2921 2922 |
# File 'gems/aws-sdk-customerprofiles/lib/aws-sdk-customerprofiles/types.rb', line 2913 class EventTriggerSummaryItem < Struct.new( :object_type_name, :event_trigger_name, :description, :created_at, :last_updated_at, :tags) SENSITIVE = [] include Aws::Structure end |
#event_trigger_name ⇒ String
The unique name of the event trigger.
2913 2914 2915 2916 2917 2918 2919 2920 2921 2922 |
# File 'gems/aws-sdk-customerprofiles/lib/aws-sdk-customerprofiles/types.rb', line 2913 class EventTriggerSummaryItem < Struct.new( :object_type_name, :event_trigger_name, :description, :created_at, :last_updated_at, :tags) SENSITIVE = [] include Aws::Structure end |
#last_updated_at ⇒ Time
The timestamp of when the event trigger was most recently updated.
2913 2914 2915 2916 2917 2918 2919 2920 2921 2922 |
# File 'gems/aws-sdk-customerprofiles/lib/aws-sdk-customerprofiles/types.rb', line 2913 class EventTriggerSummaryItem < Struct.new( :object_type_name, :event_trigger_name, :description, :created_at, :last_updated_at, :tags) SENSITIVE = [] include Aws::Structure end |
#object_type_name ⇒ String
The unique name of the object type.
2913 2914 2915 2916 2917 2918 2919 2920 2921 2922 |
# File 'gems/aws-sdk-customerprofiles/lib/aws-sdk-customerprofiles/types.rb', line 2913 class EventTriggerSummaryItem < Struct.new( :object_type_name, :event_trigger_name, :description, :created_at, :last_updated_at, :tags) SENSITIVE = [] include Aws::Structure end |
#tags ⇒ Hash<String,String>
An array of key-value pairs to apply to this resource.
2913 2914 2915 2916 2917 2918 2919 2920 2921 2922 |
# File 'gems/aws-sdk-customerprofiles/lib/aws-sdk-customerprofiles/types.rb', line 2913 class EventTriggerSummaryItem < Struct.new( :object_type_name, :event_trigger_name, :description, :created_at, :last_updated_at, :tags) SENSITIVE = [] include Aws::Structure end |