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)


590
591
592
# File 'sig/types.rbs', line 590

def date
  @date
end

#message ⇒ ::String

Returns the value of attribute message.

Returns:

  • (::String)


589
590
591
# File 'sig/types.rbs', line 589

def message
  @message
end

#source_name ⇒ ::String

Returns the value of attribute source_name.

Returns:

  • (::String)


587
588
589
# File 'sig/types.rbs', line 587

def source_name
  @source_name
end

#source_type ⇒ "node", ...

Returns the value of attribute source_type.

Returns:

  • ("node", "parameter-group", "subnet-group", "cluster", "user", "acl")


588
589
590
# File 'sig/types.rbs', line 588

def source_type
  @source_type
end