You are viewing documentation for version 2 of the AWS SDK for Ruby. Version 3 documentation can be found here.
Class: Aws::ElasticBeanstalk::Types::PlatformFilter
- Inherits:
-
Struct
- Object
- Struct
- Aws::ElasticBeanstalk::Types::PlatformFilter
- Defined in:
- (unknown)
Overview
When passing PlatformFilter as input to an Aws::Client method, you can use a vanilla Hash:
{
type: "PlatformFilterType",
operator: "PlatformFilterOperator",
values: ["PlatformFilterValue"],
}
Describes criteria to restrict the results when listing platform versions.
The filter is evaluated as follows: Type Operator Values[1]
Instance Attribute Summary collapse
-
#operator ⇒ String
The operator to apply to the
Type
with each of theValues
. -
#type ⇒ String
The platform version attribute to which the filter values are applied.
-
#values ⇒ Array<String>
The list of values applied to the filtering platform version attribute.
Instance Attribute Details
#operator ⇒ String
The operator to apply to the Type
with each of the Values
.
Valid values: =
| !=
| <
| <=
| >
| >=
| contains
|
begins_with
| ends_with
#type ⇒ String
The platform version attribute to which the filter values are applied.
Valid values: PlatformName
| PlatformVersion
| PlatformStatus
|
PlatformBranchName
| PlatformLifecycleState
| PlatformOwner
|
SupportedTier
| SupportedAddon
| ProgrammingLanguageName
|
OperatingSystemName
#values ⇒ Array<String>
The list of values applied to the filtering platform version attribute. Only one value is supported for all current operators.
The following list shows valid filter values for some filter attributes.
PlatformStatus
:Creating
|Failed
|Ready
|Deleting
|Deleted
PlatformLifecycleState
:recommended
SupportedTier
:WebServer/Standard
|Worker/SQS/HTTP
SupportedAddon
:Log/S3
|Monitoring/Healthd
|WorkerDaemon/SQSD