Class: Aws::Types::DescribeEventsMessage
- Inherits:
-
Object
- Object
- Aws::Types::DescribeEventsMessage
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#application_name ⇒ ::String
Returns the value of attribute application_name.
-
#end_time ⇒ ::Time
Returns the value of attribute end_time.
-
#environment_id ⇒ ::String
Returns the value of attribute environment_id.
-
#environment_name ⇒ ::String
Returns the value of attribute environment_name.
-
#max_records ⇒ ::Integer
Returns the value of attribute max_records.
-
#next_token ⇒ ::String
Returns the value of attribute next_token.
-
#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.
-
#start_time ⇒ ::Time
Returns the value of attribute start_time.
-
#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.
447 448 449 |
# File 'sig/types.rbs', line 447 def application_name @application_name end |
#end_time ⇒ ::Time
Returns the value of attribute end_time.
456 457 458 |
# File 'sig/types.rbs', line 456 def end_time @end_time end |
#environment_id ⇒ ::String
Returns the value of attribute environment_id.
450 451 452 |
# File 'sig/types.rbs', line 450 def environment_id @environment_id end |
#environment_name ⇒ ::String
Returns the value of attribute environment_name.
451 452 453 |
# File 'sig/types.rbs', line 451 def environment_name @environment_name end |
#max_records ⇒ ::Integer
Returns the value of attribute max_records.
457 458 459 |
# File 'sig/types.rbs', line 457 def max_records @max_records end |
#next_token ⇒ ::String
Returns the value of attribute next_token.
458 459 460 |
# File 'sig/types.rbs', line 458 def next_token @next_token end |
#platform_arn ⇒ ::String
Returns the value of attribute platform_arn.
452 453 454 |
# File 'sig/types.rbs', line 452 def platform_arn @platform_arn end |
#request_id ⇒ ::String
Returns the value of attribute request_id.
453 454 455 |
# File 'sig/types.rbs', line 453 def request_id @request_id end |
#severity ⇒ "TRACE", ...
Returns the value of attribute severity.
454 455 456 |
# File 'sig/types.rbs', line 454 def severity @severity end |
#start_time ⇒ ::Time
Returns the value of attribute start_time.
455 456 457 |
# File 'sig/types.rbs', line 455 def start_time @start_time end |
#template_name ⇒ ::String
Returns the value of attribute template_name.
449 450 451 |
# File 'sig/types.rbs', line 449 def template_name @template_name end |
#version_label ⇒ ::String
Returns the value of attribute version_label.
448 449 450 |
# File 'sig/types.rbs', line 448 def version_label @version_label end |