Class: Aws::Health::Types::EventTypeFilter

Inherits:
Struct
  • Object
show all
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

Instance Attribute Details

#event_type_categoriesArray<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.

Returns:

  • (Array<String>)


1265
1266
1267
1268
1269
1270
1271
# File 'gems/aws-sdk-health/lib/aws-sdk-health/types.rb', line 1265

class EventTypeFilter < Struct.new(
  :event_type_codes,
  :services,
  :event_type_categories)
  SENSITIVE = []
  include Aws::Structure
end

#event_type_codesArray<String>

A list of event type codes.

Returns:

  • (Array<String>)


1265
1266
1267
1268
1269
1270
1271
# File 'gems/aws-sdk-health/lib/aws-sdk-health/types.rb', line 1265

class EventTypeFilter < Struct.new(
  :event_type_codes,
  :services,
  :event_type_categories)
  SENSITIVE = []
  include Aws::Structure
end

#servicesArray<String>

The Amazon Web Services associated with the event. For example, EC2, RDS.

Returns:

  • (Array<String>)


1265
1266
1267
1268
1269
1270
1271
# File 'gems/aws-sdk-health/lib/aws-sdk-health/types.rb', line 1265

class EventTypeFilter < Struct.new(
  :event_type_codes,
  :services,
  :event_type_categories)
  SENSITIVE = []
  include Aws::Structure
end