Class: Aws::Types::OrganizationEvent
- Inherits:
-
Object
- Object
- Aws::Types::OrganizationEvent
- 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.
-
#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.
333 334 335 |
# File 'sig/types.rbs', line 333 def actionability @actionability end |
#arn ⇒ ::String
Returns the value of attribute arn.
323 324 325 |
# File 'sig/types.rbs', line 323 def arn @arn end |
#end_time ⇒ ::Time
Returns the value of attribute end_time.
330 331 332 |
# File 'sig/types.rbs', line 330 def end_time @end_time end |
#event_scope_code ⇒ "PUBLIC", ...
Returns the value of attribute event_scope_code.
327 328 329 |
# File 'sig/types.rbs', line 327 def event_scope_code @event_scope_code end |
#event_type_category ⇒ "issue", ...
Returns the value of attribute event_type_category.
326 327 328 |
# File 'sig/types.rbs', line 326 def event_type_category @event_type_category end |
#event_type_code ⇒ ::String
Returns the value of attribute event_type_code.
325 326 327 |
# File 'sig/types.rbs', line 325 def event_type_code @event_type_code end |
#last_updated_time ⇒ ::Time
Returns the value of attribute last_updated_time.
331 332 333 |
# File 'sig/types.rbs', line 331 def last_updated_time @last_updated_time end |
#personas ⇒ ::Array[("OPERATIONS" | "SECURITY" | "BILLING")]
Returns the value of attribute personas.
334 335 336 |
# File 'sig/types.rbs', line 334 def personas @personas end |
#region ⇒ ::String
Returns the value of attribute region.
328 329 330 |
# File 'sig/types.rbs', line 328 def region @region end |
#service ⇒ ::String
Returns the value of attribute service.
324 325 326 |
# File 'sig/types.rbs', line 324 def service @service end |
#start_time ⇒ ::Time
Returns the value of attribute start_time.
329 330 331 |
# File 'sig/types.rbs', line 329 def start_time @start_time end |
#status_code ⇒ "open", ...
Returns the value of attribute status_code.
332 333 334 |
# File 'sig/types.rbs', line 332 def status_code @status_code end |