Class: Aws::Types::GetEventActionResponse

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:



474
475
476
# File 'sig/types.rbs', line 474

def action
  @action
end

#arn::String

Returns the value of attribute arn.

Returns:

  • (::String)


475
476
477
# File 'sig/types.rbs', line 475

def arn
  @arn
end

#created_at::Time

Returns the value of attribute created_at.

Returns:

  • (::Time)


476
477
478
# File 'sig/types.rbs', line 476

def created_at
  @created_at
end

#eventTypes::Event

Returns the value of attribute event.

Returns:



477
478
479
# File 'sig/types.rbs', line 477

def event
  @event
end

#id::String

Returns the value of attribute id.

Returns:

  • (::String)


478
479
480
# File 'sig/types.rbs', line 478

def id
  @id
end

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

Returns the value of attribute tags.

Returns:

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


479
480
481
# File 'sig/types.rbs', line 479

def tags
  @tags
end

#updated_at::Time

Returns the value of attribute updated_at.

Returns:

  • (::Time)


480
481
482
# File 'sig/types.rbs', line 480

def updated_at
  @updated_at
end