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

#actionabilitiesArray<String>

A list of actionability values to filter event types. Possible values are ACTION_REQUIRED, ACTION_MAY_BE_REQUIRED and INFORMATIONAL.

Returns:

  • (Array<String>)


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_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>)


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_codesArray<String>

A list of event type codes.

Returns:

  • (Array<String>)


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

#personasArray<String>

A list of persona classifications to filter event types. Possible values are OPERATIONS, SECURITY, and BILLING.

Returns:

  • (Array<String>)


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

#servicesArray<String>

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

Returns:

  • (Array<String>)


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