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)


1511
1512
1513
# File 'sig/types.rbs', line 1511

def date
  @date
end

#event_categories::Array[::String]

Returns the value of attribute event_categories.

Returns:

  • (::Array[::String])


1509
1510
1511
# File 'sig/types.rbs', line 1509

def event_categories
  @event_categories
end

#event_id::String

Returns the value of attribute event_id.

Returns:

  • (::String)


1512
1513
1514
# File 'sig/types.rbs', line 1512

def event_id
  @event_id
end

#message::String

Returns the value of attribute message.

Returns:

  • (::String)


1508
1509
1510
# File 'sig/types.rbs', line 1508

def message
  @message
end

#severity::String

Returns the value of attribute severity.

Returns:

  • (::String)


1510
1511
1512
# File 'sig/types.rbs', line 1510

def severity
  @severity
end

#source_identifier::String

Returns the value of attribute source_identifier.

Returns:

  • (::String)


1506
1507
1508
# File 'sig/types.rbs', line 1506

def source_identifier
  @source_identifier
end

#source_type"cluster", ...

Returns the value of attribute source_type.

Returns:

  • ("cluster", "cluster-parameter-group", "cluster-security-group", "cluster-snapshot", "scheduled-action")


1507
1508
1509
# File 'sig/types.rbs', line 1507

def source_type
  @source_type
end