class
Amazonite::Ssm::CloudConnectorFilter
- Amazonite::Ssm::CloudConnectorFilter
- Reference
- Object
Overview
A filter for listing cloud connectors.
Included Modules
- JSON::Serializable
Defined in:
ssm/cloud_connector_filter.crConstructors
- .new(pull : JSON::PullParser)
- .new(filter_key : CloudConnectorFilterKey | Nil = nil, filter_values : Array(String) | Nil = nil)
Instance Method Summary
-
#==(other : self)
Returns
trueif this reference is the same as other. -
#filter_key : CloudConnectorFilterKey | Nil
The name of the filter key.
-
#filter_key=(filter_key : CloudConnectorFilterKey | Nil)
The name of the filter key.
-
#filter_values : Array(String) | Nil
The filter values.
-
#filter_values=(filter_values : Array(String) | Nil)
The filter values.
-
#hash(hasher)
See
Object#hash(hasher) - #validate! : Nil
Constructor Detail
Instance Method Detail
Returns true if this reference is the same as other. Invokes same?.
The filter values. Valid values for each filter key are as follows:
SubscriptionId The Azure subscription ID to filter by. To return only tenant-level connectors,
specify NONE.
TenantId The Azure tenant ID to filter by. Filters the results to connectors that target the specified tenant.
The filter values. Valid values for each filter key are as follows:
SubscriptionId The Azure subscription ID to filter by. To return only tenant-level connectors,
specify NONE.
TenantId The Azure tenant ID to filter by. Filters the results to connectors that target the specified tenant.