Class: Aws::Types::EventTriggerSummaryItem

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#created_at::Time

Returns the value of attribute created_at.

Returns:

  • (::Time)


928
929
930
# File 'sig/types.rbs', line 928

def created_at
  @created_at
end

#description::String

Returns the value of attribute description.

Returns:

  • (::String)


927
928
929
# File 'sig/types.rbs', line 927

def description
  @description
end

#event_trigger_name::String

Returns the value of attribute event_trigger_name.

Returns:

  • (::String)


926
927
928
# File 'sig/types.rbs', line 926

def event_trigger_name
  @event_trigger_name
end

#last_updated_at::Time

Returns the value of attribute last_updated_at.

Returns:

  • (::Time)


929
930
931
# File 'sig/types.rbs', line 929

def last_updated_at
  @last_updated_at
end

#object_type_name::String

Returns the value of attribute object_type_name.

Returns:

  • (::String)


925
926
927
# File 'sig/types.rbs', line 925

def object_type_name
  @object_type_name
end

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

Returns the value of attribute tags.

Returns:

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


930
931
932
# File 'sig/types.rbs', line 930

def tags
  @tags
end