Class: Aws::RDS::Types::Filter

Inherits:
Struct
  • Object
show all
Includes:
Structure
Defined in:
lib/aws-sdk-rds/types.rb

Overview

Note:

When making an API call, you may pass Filter data as a hash:

{
  name: "String", # required
  values: ["String"], # required
}

This type is not currently supported.

Instance Attribute Summary collapse

Instance Attribute Details

#nameString

This parameter is not currently supported.

Returns:

  • (String)


7958
7959
7960
7961
7962
# File 'lib/aws-sdk-rds/types.rb', line 7958

class Filter < Struct.new(
  :name,
  :values)
  include Aws::Structure
end

#valuesArray<String>

This parameter is not currently supported.

Returns:

  • (Array<String>)


7958
7959
7960
7961
7962
# File 'lib/aws-sdk-rds/types.rb', line 7958

class Filter < Struct.new(
  :name,
  :values)
  include Aws::Structure
end