Class: Aws::Types::ListSystemEventsRequest
- Inherits:
-
Object
- Object
- Aws::Types::ListSystemEventsRequest
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#end_time ⇒ ::Time
Returns the value of attribute end_time.
-
#event_types ⇒ ::Array[("SYSTEM_CREATED" | "SYSTEM_DELETED" | "SYSTEM_USER_JOURNEY_CREATED" | "SYSTEM_USER_JOURNEY_UPDATED" | "SYSTEM_USER_JOURNEY_DELETED" | "SYSTEM_SERVICE_ASSOCIATED" | "SYSTEM_SERVICE_DISASSOCIATED" | "SYSTEM_POLICY_ASSOCIATED" | "SYSTEM_POLICY_DISASSOCIATED")]
Returns the value of attribute event_types.
-
#max_results ⇒ ::Integer
Returns the value of attribute max_results.
-
#next_token ⇒ ::String
Returns the value of attribute next_token.
-
#start_time ⇒ ::Time
Returns the value of attribute start_time.
-
#system_arn ⇒ ::String
Returns the value of attribute system_arn.
Instance Attribute Details
#end_time ⇒ ::Time
Returns the value of attribute end_time.
830 831 832 |
# File 'sig/types.rbs', line 830 def end_time @end_time end |
#event_types ⇒ ::Array[("SYSTEM_CREATED" | "SYSTEM_DELETED" | "SYSTEM_USER_JOURNEY_CREATED" | "SYSTEM_USER_JOURNEY_UPDATED" | "SYSTEM_USER_JOURNEY_DELETED" | "SYSTEM_SERVICE_ASSOCIATED" | "SYSTEM_SERVICE_DISASSOCIATED" | "SYSTEM_POLICY_ASSOCIATED" | "SYSTEM_POLICY_DISASSOCIATED")]
Returns the value of attribute event_types.
828 829 830 |
# File 'sig/types.rbs', line 828 def event_types @event_types end |
#max_results ⇒ ::Integer
Returns the value of attribute max_results.
831 832 833 |
# File 'sig/types.rbs', line 831 def max_results @max_results end |
#next_token ⇒ ::String
Returns the value of attribute next_token.
832 833 834 |
# File 'sig/types.rbs', line 832 def next_token @next_token end |
#start_time ⇒ ::Time
Returns the value of attribute start_time.
829 830 831 |
# File 'sig/types.rbs', line 829 def start_time @start_time end |
#system_arn ⇒ ::String
Returns the value of attribute system_arn.
827 828 829 |
# File 'sig/types.rbs', line 827 def system_arn @system_arn end |