Class: Aws::Types::ListServiceEventsRequest
- Inherits:
-
Object
- Object
- Aws::Types::ListServiceEventsRequest
- 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[("SERVICE_CREATED" | "SERVICE_DELETED" | "SERVICE_SYSTEM_ASSOCIATED" | "SERVICE_SYSTEM_DISASSOCIATED" | "SERVICE_RESOURCES_ASSOCIATED" | "SERVICE_RESOURCES_DISASSOCIATED" | "SERVICE_WORKFLOW_UPDATED" | "SERVICE_INPUT_SOURCES_UPDATED" | "SERVICE_POLICY_ASSOCIATED" | "SERVICE_POLICY_DISASSOCIATED" | "SERVICE_FUNCTION_CREATED" | "SERVICE_FUNCTION_UPDATED" | "SERVICE_FUNCTION_DELETED" | "SERVICE_FUNCTION_RESOURCES_ADDED" | "SERVICE_FUNCTION_RESOURCES_REMOVED" | "SERVICE_ACHIEVABILITY_UPDATED" | "ASSERTION_CREATED" | "ASSERTION_UPDATED" | "ASSERTION_DELETED")]
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.
-
#service_arn ⇒ ::String
Returns the value of attribute service_arn.
-
#start_time ⇒ ::Time
Returns the value of attribute start_time.
Instance Attribute Details
#end_time ⇒ ::Time
Returns the value of attribute end_time.
749 750 751 |
# File 'sig/types.rbs', line 749 def end_time @end_time end |
#event_types ⇒ ::Array[("SERVICE_CREATED" | "SERVICE_DELETED" | "SERVICE_SYSTEM_ASSOCIATED" | "SERVICE_SYSTEM_DISASSOCIATED" | "SERVICE_RESOURCES_ASSOCIATED" | "SERVICE_RESOURCES_DISASSOCIATED" | "SERVICE_WORKFLOW_UPDATED" | "SERVICE_INPUT_SOURCES_UPDATED" | "SERVICE_POLICY_ASSOCIATED" | "SERVICE_POLICY_DISASSOCIATED" | "SERVICE_FUNCTION_CREATED" | "SERVICE_FUNCTION_UPDATED" | "SERVICE_FUNCTION_DELETED" | "SERVICE_FUNCTION_RESOURCES_ADDED" | "SERVICE_FUNCTION_RESOURCES_REMOVED" | "SERVICE_ACHIEVABILITY_UPDATED" | "ASSERTION_CREATED" | "ASSERTION_UPDATED" | "ASSERTION_DELETED")]
Returns the value of attribute event_types.
747 748 749 |
# File 'sig/types.rbs', line 747 def event_types @event_types end |
#max_results ⇒ ::Integer
Returns the value of attribute max_results.
750 751 752 |
# File 'sig/types.rbs', line 750 def max_results @max_results end |
#next_token ⇒ ::String
Returns the value of attribute next_token.
751 752 753 |
# File 'sig/types.rbs', line 751 def next_token @next_token end |
#service_arn ⇒ ::String
Returns the value of attribute service_arn.
746 747 748 |
# File 'sig/types.rbs', line 746 def service_arn @service_arn end |
#start_time ⇒ ::Time
Returns the value of attribute start_time.
748 749 750 |
# File 'sig/types.rbs', line 748 def start_time @start_time end |