Class: Aws::Types::UpdateEventActionResponse

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:



1128
1129
1130
# File 'sig/types.rbs', line 1128

def action
  @action
end

#arn::String

Returns the value of attribute arn.

Returns:

  • (::String)


1129
1130
1131
# File 'sig/types.rbs', line 1129

def arn
  @arn
end

#created_at::Time

Returns the value of attribute created_at.

Returns:

  • (::Time)


1130
1131
1132
# File 'sig/types.rbs', line 1130

def created_at
  @created_at
end

#eventTypes::Event

Returns the value of attribute event.

Returns:



1131
1132
1133
# File 'sig/types.rbs', line 1131

def event
  @event
end

#id::String

Returns the value of attribute id.

Returns:

  • (::String)


1132
1133
1134
# File 'sig/types.rbs', line 1132

def id
  @id
end

#updated_at::Time

Returns the value of attribute updated_at.

Returns:

  • (::Time)


1133
1134
1135
# File 'sig/types.rbs', line 1133

def updated_at
  @updated_at
end