Class: AWSCDK::CustomerProfiles::CfnEventTrigger::EventTriggerDimensionProperty
- Inherits:
-
Jsii::Struct
- Object
- Jsii::Struct
- AWSCDK::CustomerProfiles::CfnEventTrigger::EventTriggerDimensionProperty
- Defined in:
- customer_profiles/cfn_event_trigger.rb
Overview
A specific event dimension to be assessed.
Instance Attribute Summary collapse
-
#object_attributes ⇒ AWSCDK::IResolvable, Array<AWSCDK::IResolvable, AWSCDK::CustomerProfiles::CfnEventTrigger::ObjectAttributeProperty>
readonly
A list of object attributes to be evaluated.
Class Method Summary collapse
Instance Method Summary collapse
-
#initialize(object_attributes:) ⇒ EventTriggerDimensionProperty
constructor
A new instance of EventTriggerDimensionProperty.
- #to_jsii ⇒ Object
Constructor Details
#initialize(object_attributes:) ⇒ EventTriggerDimensionProperty
Returns a new instance of EventTriggerDimensionProperty.
653 654 655 656 |
# File 'customer_profiles/cfn_event_trigger.rb', line 653 def initialize(object_attributes:) @object_attributes = object_attributes Jsii::Type.check_type(@object_attributes, JSON.parse(Base64.strict_decode64("eyJ1bmlvbiI6eyJ0eXBlcyI6W3siZnFuIjoiYXdzLWNkay1saWIuSVJlc29sdmFibGUifSx7ImNvbGxlY3Rpb24iOnsiZWxlbWVudHR5cGUiOnsidW5pb24iOnsidHlwZXMiOlt7ImZxbiI6ImF3cy1jZGstbGliLklSZXNvbHZhYmxlIn0seyJmcW4iOiJhd3MtY2RrLWxpYi5hd3NfY3VzdG9tZXJwcm9maWxlcy5DZm5FdmVudFRyaWdnZXIuT2JqZWN0QXR0cmlidXRlUHJvcGVydHkifV19fSwia2luZCI6ImFycmF5In19XX19")), "objectAttributes") end |
Instance Attribute Details
#object_attributes ⇒ AWSCDK::IResolvable, Array<AWSCDK::IResolvable, AWSCDK::CustomerProfiles::CfnEventTrigger::ObjectAttributeProperty> (readonly)
A list of object attributes to be evaluated.
662 663 664 |
# File 'customer_profiles/cfn_event_trigger.rb', line 662 def object_attributes @object_attributes end |
Class Method Details
.jsii_properties ⇒ Object
664 665 666 667 668 |
# File 'customer_profiles/cfn_event_trigger.rb', line 664 def self.jsii_properties { :object_attributes => "objectAttributes", } end |
Instance Method Details
#to_jsii ⇒ Object
670 671 672 673 674 675 676 |
# File 'customer_profiles/cfn_event_trigger.rb', line 670 def to_jsii result = {} result.merge!({ "objectAttributes" => @object_attributes, }) result.compact end |