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)


2545
2546
2547
# File 'sig/types.rbs', line 2545

def date
  @date
end

#event_categories::Array[::String]

Returns the value of attribute event_categories.

Returns:

  • (::Array[::String])


2544
2545
2546
# File 'sig/types.rbs', line 2544

def event_categories
  @event_categories
end

#message::String

Returns the value of attribute message.

Returns:

  • (::String)


2543
2544
2545
# File 'sig/types.rbs', line 2543

def message
  @message
end

#source_arn::String

Returns the value of attribute source_arn.

Returns:

  • (::String)


2546
2547
2548
# File 'sig/types.rbs', line 2546

def source_arn
  @source_arn
end

#source_identifier::String

Returns the value of attribute source_identifier.

Returns:

  • (::String)


2541
2542
2543
# File 'sig/types.rbs', line 2541

def source_identifier
  @source_identifier
end

#source_type"db-instance", ...

Returns the value of attribute source_type.

Returns:

  • ("db-instance", "db-parameter-group", "db-security-group", "db-snapshot", "db-cluster", "db-cluster-snapshot", "custom-engine-version", "db-proxy", "blue-green-deployment", "db-shard-group", "zero-etl")


2542
2543
2544
# File 'sig/types.rbs', line 2542

def source_type
  @source_type
end