Class: Aws::Health::Types::EventTypeFilter
- Inherits:
-
Struct
- Object
- Struct
- Aws::Health::Types::EventTypeFilter
- Defined in:
- gems/aws-sdk-health/lib/aws-sdk-health/types.rb
Overview
The values to use to filter results from the DescribeEventTypes operation.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#actionabilities ⇒ Array<String>
A list of actionability values to filter event types.
-
#event_type_categories ⇒ Array<String>
A list of event type category codes.
-
#event_type_codes ⇒ Array<String>
A list of event type codes.
-
#personas ⇒ Array<String>
A list of persona classifications to filter event types.
-
#services ⇒ Array<String>
The Amazon Web Services services associated with the event.
Instance Attribute Details
#actionabilities ⇒ Array<String>
A list of actionability values to filter event types. Possible
values are ACTION_REQUIRED, ACTION_MAY_BE_REQUIRED and
INFORMATIONAL.
1341 1342 1343 1344 1345 1346 1347 1348 1349 |
# File 'gems/aws-sdk-health/lib/aws-sdk-health/types.rb', line 1341 class EventTypeFilter < Struct.new( :event_type_codes, :services, :event_type_categories, :actionabilities, :personas) SENSITIVE = [] include Aws::Structure end |
#event_type_categories ⇒ Array<String>
A list of event type category codes. Possible values are issue,
accountNotification, or scheduledChange. Currently, the
investigation value isn't supported at this time.
1341 1342 1343 1344 1345 1346 1347 1348 1349 |
# File 'gems/aws-sdk-health/lib/aws-sdk-health/types.rb', line 1341 class EventTypeFilter < Struct.new( :event_type_codes, :services, :event_type_categories, :actionabilities, :personas) SENSITIVE = [] include Aws::Structure end |
#event_type_codes ⇒ Array<String>
A list of event type codes.
1341 1342 1343 1344 1345 1346 1347 1348 1349 |
# File 'gems/aws-sdk-health/lib/aws-sdk-health/types.rb', line 1341 class EventTypeFilter < Struct.new( :event_type_codes, :services, :event_type_categories, :actionabilities, :personas) SENSITIVE = [] include Aws::Structure end |
#personas ⇒ Array<String>
A list of persona classifications to filter event types. Possible
values are OPERATIONS, SECURITY, and BILLING.
1341 1342 1343 1344 1345 1346 1347 1348 1349 |
# File 'gems/aws-sdk-health/lib/aws-sdk-health/types.rb', line 1341 class EventTypeFilter < Struct.new( :event_type_codes, :services, :event_type_categories, :actionabilities, :personas) SENSITIVE = [] include Aws::Structure end |
#services ⇒ Array<String>
The Amazon Web Services services associated with the event. For
example, EC2, RDS.
1341 1342 1343 1344 1345 1346 1347 1348 1349 |
# File 'gems/aws-sdk-health/lib/aws-sdk-health/types.rb', line 1341 class EventTypeFilter < Struct.new( :event_type_codes, :services, :event_type_categories, :actionabilities, :personas) SENSITIVE = [] include Aws::Structure end |