Class: Aws::Types::EventDescription
- Inherits:
-
Object
- Object
- Aws::Types::EventDescription
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#application_name ⇒ ::String
Returns the value of attribute application_name.
-
#environment_name ⇒ ::String
Returns the value of attribute environment_name.
-
#event_date ⇒ ::Time
Returns the value of attribute event_date.
-
#message ⇒ ::String
Returns the value of attribute message.
-
#platform_arn ⇒ ::String
Returns the value of attribute platform_arn.
-
#request_id ⇒ ::String
Returns the value of attribute request_id.
-
#severity ⇒ "TRACE", ...
Returns the value of attribute severity.
-
#template_name ⇒ ::String
Returns the value of attribute template_name.
-
#version_label ⇒ ::String
Returns the value of attribute version_label.
Instance Attribute Details
#application_name ⇒ ::String
Returns the value of attribute application_name.
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.
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.
573 574 575 |
# File 'sig/types.rbs', line 573 def event_date @event_date end |
#message ⇒ ::String
Returns the value of attribute message.
574 575 576 |
# File 'sig/types.rbs', line 574 def end |
#platform_arn ⇒ ::String
Returns the value of attribute platform_arn.
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.
580 581 582 |
# File 'sig/types.rbs', line 580 def request_id @request_id end |
#severity ⇒ "TRACE", ...
Returns the value of attribute severity.
581 582 583 |
# File 'sig/types.rbs', line 581 def severity @severity end |
#template_name ⇒ ::String
Returns the value of attribute template_name.
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.
576 577 578 |
# File 'sig/types.rbs', line 576 def version_label @version_label end |