Class: Aws::Redshift::Types::EventCategoriesMap

Inherits:
Struct
  • Object
show all
Defined in:
gems/aws-sdk-redshift/lib/aws-sdk-redshift/types.rb

Overview

Describes event categories.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#eventsArray<Types::EventInfoMap>

The events in the event category.

Returns:



6414
6415
6416
6417
6418
6419
# File 'gems/aws-sdk-redshift/lib/aws-sdk-redshift/types.rb', line 6414

class EventCategoriesMap < Struct.new(
  :source_type,
  :events)
  SENSITIVE = []
  include Aws::Structure
end

#source_typeString

The source type, such as cluster or cluster-snapshot, that the returned categories belong to.

Returns:

  • (String)


6414
6415
6416
6417
6418
6419
# File 'gems/aws-sdk-redshift/lib/aws-sdk-redshift/types.rb', line 6414

class EventCategoriesMap < Struct.new(
  :source_type,
  :events)
  SENSITIVE = []
  include Aws::Structure
end