class Amazonite::Ssm::CloudConnectorFilter

Overview

A filter for listing cloud connectors.

Included Modules

Defined in:

ssm/cloud_connector_filter.cr

Constructors

Instance Method Summary

Constructor Detail

def self.new(pull : JSON::PullParser) #

[View source]
def self.new(filter_key : CloudConnectorFilterKey | Nil = nil, filter_values : Array(String) | Nil = nil) #

[View source]
def self.new(*, __pull_for_json_serializable pull : JSON::PullParser) #

[View source]

Instance Method Detail

def ==(other : self) #
Description copied from class Reference

Returns true if this reference is the same as other. Invokes same?.


def filter_key : CloudConnectorFilterKey | Nil #

The name of the filter key.


[View source]
def filter_key=(filter_key : CloudConnectorFilterKey | Nil) #

The name of the filter key.


[View source]
def filter_values : Array(String) | Nil #

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.


[View source]
def filter_values=(filter_values : Array(String) | Nil) #

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.


[View source]
def hash(hasher) #
Description copied from class Reference

See Object#hash(hasher)


def validate! : Nil #

[View source]