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)


953
954
955
# File 'sig/types.rbs', line 953

def date
  @date
end

#message::String

Returns the value of attribute message.

Returns:

  • (::String)


952
953
954
# File 'sig/types.rbs', line 952

def message
  @message
end

#source_identifier::String

Returns the value of attribute source_identifier.

Returns:

  • (::String)


950
951
952
# File 'sig/types.rbs', line 950

def source_identifier
  @source_identifier
end

#source_type"cache-cluster", ...

Returns the value of attribute source_type.

Returns:

  • ("cache-cluster", "cache-parameter-group", "cache-security-group", "cache-subnet-group", "replication-group", "serverless-cache", "serverless-cache-snapshot", "user", "user-group")


951
952
953
# File 'sig/types.rbs', line 951

def source_type
  @source_type
end