Class: Aws::Types::UpdateEventTriggerResponse

Inherits:
Object
  • Object
show all
Defined in:
sig/types.rbs

Constant Summary collapse

SENSITIVE =

Returns:

  • ([:description, :event_trigger_conditions])

Instance Attribute Summary collapse

Instance Attribute Details

#created_at::Time

Returns the value of attribute created_at.

Returns:

  • (::Time)


2883
2884
2885
# File 'sig/types.rbs', line 2883

def created_at
  @created_at
end

#description::String

Returns the value of attribute description.

Returns:

  • (::String)


2879
2880
2881
# File 'sig/types.rbs', line 2879

def description
  @description
end

#event_trigger_conditions::Array[Types::EventTriggerCondition]

Returns the value of attribute event_trigger_conditions.

Returns:



2880
2881
2882
# File 'sig/types.rbs', line 2880

def event_trigger_conditions
  @event_trigger_conditions
end

#event_trigger_limitsTypes::EventTriggerLimits

Returns the value of attribute event_trigger_limits.



2882
2883
2884
# File 'sig/types.rbs', line 2882

def event_trigger_limits
  @event_trigger_limits
end

#event_trigger_name::String

Returns the value of attribute event_trigger_name.

Returns:

  • (::String)


2877
2878
2879
# File 'sig/types.rbs', line 2877

def event_trigger_name
  @event_trigger_name
end

#last_updated_at::Time

Returns the value of attribute last_updated_at.

Returns:

  • (::Time)


2884
2885
2886
# File 'sig/types.rbs', line 2884

def last_updated_at
  @last_updated_at
end

#object_type_name::String

Returns the value of attribute object_type_name.

Returns:

  • (::String)


2878
2879
2880
# File 'sig/types.rbs', line 2878

def object_type_name
  @object_type_name
end

#segment_filter::String

Returns the value of attribute segment_filter.

Returns:

  • (::String)


2881
2882
2883
# File 'sig/types.rbs', line 2881

def segment_filter
  @segment_filter
end

#tags::Hash[::String, ::String]

Returns the value of attribute tags.

Returns:

  • (::Hash[::String, ::String])


2885
2886
2887
# File 'sig/types.rbs', line 2885

def tags
  @tags
end