When passing DescribeEventsRequest as input to an Aws::Client method, you can use a vanilla Hash:
{
filter: {
event_arns: ["eventArn"],
event_type_codes: ["eventType"],
services: ["service"],
regions: ["region"],
availability_zones: ["availabilityZone"],
start_times: [
{
from: Time.now,
to: Time.now,
},
],
end_times: [
{
from: Time.now,
to: Time.now,
},
],
last_updated_times: [
{
from: Time.now,
to: Time.now,
},
],
entity_arns: ["entityArn"],
entity_values: ["entityValue"],
event_type_categories: ["issue"], tags: [
{
"tagKey" => "tagValue",
},
],
event_status_codes: ["open"], },
next_token: "nextToken",
max_results: 1,
locale: "locale",
}
RetroSearch is an open source project built by @garambo | Open a GitHub Issue
Search and Browse the WWW like it's 1997 | Search results from DuckDuckGo
HTML:
3.2
| Encoding:
UTF-8
| Version:
0.7.4