Class: Aws::Types::Event
- Inherits:
-
Object
- Object
- Aws::Types::Event
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#count ⇒ ::Integer
Returns the value of attribute count.
-
#event_code ⇒ "GENERIC_EVENT", ...
Returns the value of attribute event_code.
-
#event_id ⇒ ::String
Returns the value of attribute event_id.
-
#event_time ⇒ ::Time
Returns the value of attribute event_time.
-
#message ⇒ ::String
Returns the value of attribute message.
-
#pre_signed_log_url ⇒ ::String
Returns the value of attribute pre_signed_log_url.
-
#resource_id ⇒ ::String
Returns the value of attribute resource_id.
Instance Attribute Details
#count ⇒ ::Integer
Returns the value of attribute count.
1114 1115 1116 |
# File 'sig/types.rbs', line 1114 def count @count end |
#event_code ⇒ "GENERIC_EVENT", ...
Returns the value of attribute event_code.
1110 1111 1112 |
# File 'sig/types.rbs', line 1110 def event_code @event_code end |
#event_id ⇒ ::String
Returns the value of attribute event_id.
1108 1109 1110 |
# File 'sig/types.rbs', line 1108 def event_id @event_id end |
#event_time ⇒ ::Time
Returns the value of attribute event_time.
1112 1113 1114 |
# File 'sig/types.rbs', line 1112 def event_time @event_time end |
#message ⇒ ::String
Returns the value of attribute message.
1111 1112 1113 |
# File 'sig/types.rbs', line 1111 def @message end |
#pre_signed_log_url ⇒ ::String
Returns the value of attribute pre_signed_log_url.
1113 1114 1115 |
# File 'sig/types.rbs', line 1113 def pre_signed_log_url @pre_signed_log_url end |
#resource_id ⇒ ::String
Returns the value of attribute resource_id.
1109 1110 1111 |
# File 'sig/types.rbs', line 1109 def resource_id @resource_id end |