Class: Aws::Types::EventActionEntry

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#actionTypes::Action

Returns the value of attribute action.

Returns:



340
341
342
# File 'sig/types.rbs', line 340

def action
  @action
end

#arn::String

Returns the value of attribute arn.

Returns:

  • (::String)


341
342
343
# File 'sig/types.rbs', line 341

def arn
  @arn
end

#created_at::Time

Returns the value of attribute created_at.

Returns:

  • (::Time)


342
343
344
# File 'sig/types.rbs', line 342

def created_at
  @created_at
end

#eventTypes::Event

Returns the value of attribute event.

Returns:



343
344
345
# File 'sig/types.rbs', line 343

def event
  @event
end

#id::String

Returns the value of attribute id.

Returns:

  • (::String)


344
345
346
# File 'sig/types.rbs', line 344

def id
  @id
end

#updated_at::Time

Returns the value of attribute updated_at.

Returns:

  • (::Time)


345
346
347
# File 'sig/types.rbs', line 345

def updated_at
  @updated_at
end