Class: Aws::Types::RelationalDatabaseEvent

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:



2728
2729
2730
# File 'sig/types.rbs', line 2728

def created_at
  @created_at
end

#event_categories::Array[::String]

Returns the value of attribute event_categories.

Returns:



2730
2731
2732
# File 'sig/types.rbs', line 2730

def event_categories
  @event_categories
end

#message::String

Returns the value of attribute message.

Returns:



2729
2730
2731
# File 'sig/types.rbs', line 2729

def message
  @message
end

#resource::String

Returns the value of attribute resource.

Returns:



2727
2728
2729
# File 'sig/types.rbs', line 2727

def resource
  @resource
end