Class: Aws::Types::Event

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#date::Time

Returns the value of attribute date.

Returns:

  • (::Time)


1444
1445
1446
# File 'sig/types.rbs', line 1444

def date
  @date
end

#event_categories::Array[::String]

Returns the value of attribute event_categories.

Returns:

  • (::Array[::String])


1443
1444
1445
# File 'sig/types.rbs', line 1443

def event_categories
  @event_categories
end

#message::String

Returns the value of attribute message.

Returns:

  • (::String)


1442
1443
1444
# File 'sig/types.rbs', line 1442

def message
  @message
end

#source_identifier::String

Returns the value of attribute source_identifier.

Returns:

  • (::String)


1440
1441
1442
# File 'sig/types.rbs', line 1440

def source_identifier
  @source_identifier
end

#source_type"replication-instance"

Returns the value of attribute source_type.

Returns:

  • ("replication-instance")


1441
1442
1443
# File 'sig/types.rbs', line 1441

def source_type
  @source_type
end