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.
809 810 811 |
# File 'sig/types.rbs', line 809 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.
807 808 809 |
# File 'sig/types.rbs', line 807 def event_types @event_types end |
#max_results ⇒ ::Integer
Returns the value of attribute max_results.
810 811 812 |
# File 'sig/types.rbs', line 810 def max_results @max_results end |
#next_token ⇒ ::String
Returns the value of attribute next_token.
811 812 813 |
# File 'sig/types.rbs', line 811 def next_token @next_token end |
#start_time ⇒ ::Time
Returns the value of attribute start_time.
808 809 810 |
# File 'sig/types.rbs', line 808 def start_time @start_time end |
#system_arn ⇒ ::String
Returns the value of attribute system_arn.
806 807 808 |
# File 'sig/types.rbs', line 806 def system_arn @system_arn end |