Class: Aws::Neptune::Types::DescribeEventCategoriesMessage

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

Overview

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#filtersArray<Types::Filter>

This parameter is not currently supported.

Returns:



4533
4534
4535
4536
4537
4538
# File 'gems/aws-sdk-neptune/lib/aws-sdk-neptune/types.rb', line 4533

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

#source_typeString

The type of source that is generating the events.

Valid values: db-instance | db-parameter-group | db-security-group | db-snapshot

Returns:

  • (String)


4533
4534
4535
4536
4537
4538
# File 'gems/aws-sdk-neptune/lib/aws-sdk-neptune/types.rb', line 4533

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