Class: Aws::Types::CreateEventActionResponse

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:



182
183
184
# File 'sig/types.rbs', line 182

def action
  @action
end

#arn::String

Returns the value of attribute arn.

Returns:



183
184
185
# File 'sig/types.rbs', line 183

def arn
  @arn
end

#created_at::Time

Returns the value of attribute created_at.

Returns:



184
185
186
# File 'sig/types.rbs', line 184

def created_at
  @created_at
end

#eventTypes::Event

Returns the value of attribute event.

Returns:



185
186
187
# File 'sig/types.rbs', line 185

def event
  @event
end

#id::String

Returns the value of attribute id.

Returns:



186
187
188
# File 'sig/types.rbs', line 186

def id
  @id
end

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

Returns the value of attribute tags.

Returns:



187
188
189
# File 'sig/types.rbs', line 187

def tags
  @tags
end

#updated_at::Time

Returns the value of attribute updated_at.

Returns:



188
189
190
# File 'sig/types.rbs', line 188

def updated_at
  @updated_at
end