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)


226
227
228
# File 'sig/types.rbs', line 226

def date
  @date
end

#message::String

Returns the value of attribute message.

Returns:

  • (::String)


225
226
227
# File 'sig/types.rbs', line 225

def message
  @message
end

#source_name::String

Returns the value of attribute source_name.

Returns:

  • (::String)


223
224
225
# File 'sig/types.rbs', line 223

def source_name
  @source_name
end

#source_type"CLUSTER", ...

Returns the value of attribute source_type.

Returns:

  • ("CLUSTER", "PARAMETER_GROUP", "SUBNET_GROUP")


224
225
226
# File 'sig/types.rbs', line 224

def source_type
  @source_type
end