Class: AWSCDK::CustomerProfiles::CfnEventTrigger::EventTriggerDimensionProperty

Inherits:
Jsii::Struct
  • Object
show all
Defined in:
customer_profiles/cfn_event_trigger.rb

Overview

A specific event dimension to be assessed.

Instance Attribute Summary collapse

Class Method Summary collapse

Instance Method Summary collapse

Constructor Details

#initialize(object_attributes:) ⇒ EventTriggerDimensionProperty

Returns a new instance of EventTriggerDimensionProperty.

Parameters:



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

Class Method Details

.jsii_propertiesObject



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_jsiiObject



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