Class: Aws::Types::GetEventTriggerResponse

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)


1163
1164
1165
# File 'sig/types.rbs', line 1163

def created_at
  @created_at
end

#description::String

Returns the value of attribute description.

Returns:

  • (::String)


1159
1160
1161
# File 'sig/types.rbs', line 1159

def description
  @description
end

#event_trigger_conditions::Array[Types::EventTriggerCondition]

Returns the value of attribute event_trigger_conditions.

Returns:



1160
1161
1162
# File 'sig/types.rbs', line 1160

def event_trigger_conditions
  @event_trigger_conditions
end

#event_trigger_limitsTypes::EventTriggerLimits

Returns the value of attribute event_trigger_limits.



1162
1163
1164
# File 'sig/types.rbs', line 1162

def event_trigger_limits
  @event_trigger_limits
end

#event_trigger_name::String

Returns the value of attribute event_trigger_name.

Returns:

  • (::String)


1157
1158
1159
# File 'sig/types.rbs', line 1157

def event_trigger_name
  @event_trigger_name
end

#last_updated_at::Time

Returns the value of attribute last_updated_at.

Returns:

  • (::Time)


1164
1165
1166
# File 'sig/types.rbs', line 1164

def last_updated_at
  @last_updated_at
end

#object_type_name::String

Returns the value of attribute object_type_name.

Returns:

  • (::String)


1158
1159
1160
# File 'sig/types.rbs', line 1158

def object_type_name
  @object_type_name
end

#segment_filter::String

Returns the value of attribute segment_filter.

Returns:

  • (::String)


1161
1162
1163
# File 'sig/types.rbs', line 1161

def segment_filter
  @segment_filter
end

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

Returns the value of attribute tags.

Returns:

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


1165
1166
1167
# File 'sig/types.rbs', line 1165

def tags
  @tags
end