Class: Aws::Types::Event

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

Constant Summary collapse

SENSITIVE =

Instance Attribute Summary collapse

Instance Attribute Details

#date::Time

Returns the value of attribute date.



749
750
751
# File 'sig/types.rbs', line 749

def date
  @date
end

#event_categories::Array[::String]

Returns the value of attribute event_categories.



748
749
750
# File 'sig/types.rbs', line 748

def event_categories
  @event_categories
end

#message::String

Returns the value of attribute message.



747
748
749
# File 'sig/types.rbs', line 747

def message
  @message
end

#source_arn::String

Returns the value of attribute source_arn.



750
751
752
# File 'sig/types.rbs', line 750

def source_arn
  @source_arn
end

#source_identifier::String

Returns the value of attribute source_identifier.



745
746
747
# File 'sig/types.rbs', line 745

def source_identifier
  @source_identifier
end

#source_type"db-instance", ...

Returns the value of attribute source_type.



746
747
748
# File 'sig/types.rbs', line 746

def source_type
  @source_type
end