class Amazonite::SsmV1::OpsAggregator

Included Modules

Defined in:

ssm_v1/ops_aggregator.cr

Constructors

Instance Method Summary

Constructor Detail

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

[View source]
def self.new(aggregator_type : String | Nil = nil, type_name : String | Nil = nil, attribute_name : String | Nil = nil, values : Hash(String, String) | Nil = nil, filters : Array(OpsFilter) | Nil = nil, aggregators : Array(OpsAggregator) | Nil = nil) #

[View source]

Instance Method Detail

def aggregator_type : String | Nil #

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

[View source]
def aggregators : Array(OpsAggregator) | Nil #

[View source]
def aggregators=(aggregators : Array(OpsAggregator) | Nil) #

[View source]
def attribute_name : String | Nil #

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

[View source]
def filters : Array(OpsFilter) | Nil #

[View source]
def filters=(filters : Array(OpsFilter) | Nil) #

[View source]
def type_name : String | Nil #

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

[View source]
def values : Hash(String, String) | Nil #

[View source]
def values=(values : Hash(String, String) | Nil) #

[View source]