Class: Aws::Types::EventDescription

Inherits:
Object
  • Object
show all
Defined in:
sig/types.rbs

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#application_name::String

Returns the value of attribute application_name.

Returns:

  • (::String)


575
576
577
# File 'sig/types.rbs', line 575

def application_name
  @application_name
end

#environment_name::String

Returns the value of attribute environment_name.

Returns:

  • (::String)


578
579
580
# File 'sig/types.rbs', line 578

def environment_name
  @environment_name
end

#event_date::Time

Returns the value of attribute event_date.

Returns:

  • (::Time)


573
574
575
# File 'sig/types.rbs', line 573

def event_date
  @event_date
end

#message::String

Returns the value of attribute message.

Returns:

  • (::String)


574
575
576
# File 'sig/types.rbs', line 574

def message
  @message
end

#platform_arn::String

Returns the value of attribute platform_arn.

Returns:

  • (::String)


579
580
581
# File 'sig/types.rbs', line 579

def platform_arn
  @platform_arn
end

#request_id::String

Returns the value of attribute request_id.

Returns:

  • (::String)


580
581
582
# File 'sig/types.rbs', line 580

def request_id
  @request_id
end

#severity"TRACE", ...

Returns the value of attribute severity.

Returns:

  • ("TRACE", "DEBUG", "INFO", "WARN", "ERROR", "FATAL")


581
582
583
# File 'sig/types.rbs', line 581

def severity
  @severity
end

#template_name::String

Returns the value of attribute template_name.

Returns:

  • (::String)


577
578
579
# File 'sig/types.rbs', line 577

def template_name
  @template_name
end

#version_label::String

Returns the value of attribute version_label.

Returns:

  • (::String)


576
577
578
# File 'sig/types.rbs', line 576

def version_label
  @version_label
end