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.
3001 3002 3003 3004 3005 3006 3007 3008 3009 3010 |
# File 'gems/aws-sdk-customerprofiles/lib/aws-sdk-customerprofiles/types.rb', line 3001 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.
3001 3002 3003 3004 3005 3006 3007 3008 3009 3010 |
# File 'gems/aws-sdk-customerprofiles/lib/aws-sdk-customerprofiles/types.rb', line 3001 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.
3001 3002 3003 3004 3005 3006 3007 3008 3009 3010 |
# File 'gems/aws-sdk-customerprofiles/lib/aws-sdk-customerprofiles/types.rb', line 3001 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.
3001 3002 3003 3004 3005 3006 3007 3008 3009 3010 |
# File 'gems/aws-sdk-customerprofiles/lib/aws-sdk-customerprofiles/types.rb', line 3001 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.
3001 3002 3003 3004 3005 3006 3007 3008 3009 3010 |
# File 'gems/aws-sdk-customerprofiles/lib/aws-sdk-customerprofiles/types.rb', line 3001 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.
3001 3002 3003 3004 3005 3006 3007 3008 3009 3010 |
# File 'gems/aws-sdk-customerprofiles/lib/aws-sdk-customerprofiles/types.rb', line 3001 class EventTriggerSummaryItem < Struct.new( :object_type_name, :event_trigger_name, :description, :created_at, :last_updated_at, :tags) SENSITIVE = [] include Aws::Structure end |