Class: Aws::Types::Event
- Inherits:
-
Object
- Object
- Aws::Types::Event
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#actionability ⇒ "ACTION_REQUIRED", ...
Returns the value of attribute actionability.
-
#arn ⇒ ::String
Returns the value of attribute arn.
-
#availability_zone ⇒ ::String
Returns the value of attribute availability_zone.
-
#end_time ⇒ ::Time
Returns the value of attribute end_time.
-
#event_scope_code ⇒ "PUBLIC", ...
Returns the value of attribute event_scope_code.
-
#event_type_category ⇒ "issue", ...
Returns the value of attribute event_type_category.
-
#event_type_code ⇒ ::String
Returns the value of attribute event_type_code.
-
#last_updated_time ⇒ ::Time
Returns the value of attribute last_updated_time.
-
#personas ⇒ ::Array[("OPERATIONS" | "SECURITY" | "BILLING")]
Returns the value of attribute personas.
-
#region ⇒ ::String
Returns the value of attribute region.
-
#service ⇒ ::String
Returns the value of attribute service.
-
#start_time ⇒ ::Time
Returns the value of attribute start_time.
-
#status_code ⇒ "open", ...
Returns the value of attribute status_code.
Instance Attribute Details
#actionability ⇒ "ACTION_REQUIRED", ...
Returns the value of attribute actionability.
228 229 230 |
# File 'sig/types.rbs', line 228 def actionability @actionability end |
#arn ⇒ ::String
Returns the value of attribute arn.
217 218 219 |
# File 'sig/types.rbs', line 217 def arn @arn end |
#availability_zone ⇒ ::String
Returns the value of attribute availability_zone.
222 223 224 |
# File 'sig/types.rbs', line 222 def availability_zone @availability_zone end |
#end_time ⇒ ::Time
Returns the value of attribute end_time.
224 225 226 |
# File 'sig/types.rbs', line 224 def end_time @end_time end |
#event_scope_code ⇒ "PUBLIC", ...
Returns the value of attribute event_scope_code.
227 228 229 |
# File 'sig/types.rbs', line 227 def event_scope_code @event_scope_code end |
#event_type_category ⇒ "issue", ...
Returns the value of attribute event_type_category.
220 221 222 |
# File 'sig/types.rbs', line 220 def event_type_category @event_type_category end |
#event_type_code ⇒ ::String
Returns the value of attribute event_type_code.
219 220 221 |
# File 'sig/types.rbs', line 219 def event_type_code @event_type_code end |
#last_updated_time ⇒ ::Time
Returns the value of attribute last_updated_time.
225 226 227 |
# File 'sig/types.rbs', line 225 def last_updated_time @last_updated_time end |
#personas ⇒ ::Array[("OPERATIONS" | "SECURITY" | "BILLING")]
Returns the value of attribute personas.
229 230 231 |
# File 'sig/types.rbs', line 229 def personas @personas end |
#region ⇒ ::String
Returns the value of attribute region.
221 222 223 |
# File 'sig/types.rbs', line 221 def region @region end |
#service ⇒ ::String
Returns the value of attribute service.
218 219 220 |
# File 'sig/types.rbs', line 218 def service @service end |
#start_time ⇒ ::Time
Returns the value of attribute start_time.
223 224 225 |
# File 'sig/types.rbs', line 223 def start_time @start_time end |
#status_code ⇒ "open", ...
Returns the value of attribute status_code.
226 227 228 |
# File 'sig/types.rbs', line 226 def status_code @status_code end |