Class: Aws::CustomerProfiles::Types::EventTriggerSummaryItem
- Inherits:
-
Struct
- Object
- Struct
- Aws::CustomerProfiles::Types::EventTriggerSummaryItem
- 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
-
#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.
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 |
#description ⇒ String
The description of the event trigger.
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_name ⇒ String
The unique name of the event trigger.
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_at ⇒ Time
The timestamp of when the event trigger was most recently updated.
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_name ⇒ String
The unique name of the object type.
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 |
#tags ⇒ Hash<String,String>
An array of key-value pairs to apply to this resource.
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 |