Class: Aws::Omics::Types::Filter

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

Overview

Use filters to return a subset of resources. You can define filters for specific parameters, such as the resource status.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#resource_arnsArray<String>

Filter based on the Amazon Resource Number (ARN) of the resource. You can specify up to 10 values.

Returns:

  • (Array<String>)


1641
1642
1643
1644
1645
1646
1647
# File 'gems/aws-sdk-omics/lib/aws-sdk-omics/types.rb', line 1641

class Filter < Struct.new(
  :resource_arns,
  :status,
  :type)
  SENSITIVE = []
  include Aws::Structure
end

#statusArray<String>

Filter based on the resource status. You can specify up to 10 values.

Returns:

  • (Array<String>)


1641
1642
1643
1644
1645
1646
1647
# File 'gems/aws-sdk-omics/lib/aws-sdk-omics/types.rb', line 1641

class Filter < Struct.new(
  :resource_arns,
  :status,
  :type)
  SENSITIVE = []
  include Aws::Structure
end

#typeArray<String>

The type of resources to be filtered. You can specify one or more of the resource types.

Returns:

  • (Array<String>)


1641
1642
1643
1644
1645
1646
1647
# File 'gems/aws-sdk-omics/lib/aws-sdk-omics/types.rb', line 1641

class Filter < Struct.new(
  :resource_arns,
  :status,
  :type)
  SENSITIVE = []
  include Aws::Structure
end