class Amazonite::CloudWatchLogs::DescribeConfigurationTemplatesRequest

Included Modules

Defined in:

cloudwatch_logs/describe_configuration_templates_request.cr

Constructors

Instance Method Summary

Constructor Detail

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

[View source]
def self.new(service : String | Nil = nil, log_types : Array(String) | Nil = nil, resource_types : Array(String) | Nil = nil, delivery_destination_types : Array(DeliveryDestinationType) | Nil = nil, next_token : String | Nil = nil, limit : Int32 | 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 delivery_destination_types : Array(DeliveryDestinationType) | Nil #

Use this parameter to filter the response to include only the configuration templates that apply to the delivery destination types that you specify here.


[View source]
def delivery_destination_types=(delivery_destination_types : Array(DeliveryDestinationType) | Nil) #

Use this parameter to filter the response to include only the configuration templates that apply to the delivery destination types that you specify here.


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

See Object#hash(hasher)


def limit : Int32 | Nil #

Use this parameter to limit the number of configuration templates that are returned in the response.


[View source]
def limit=(limit : Int32 | Nil) #

Use this parameter to limit the number of configuration templates that are returned in the response.


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

Use this parameter to filter the response to include only the configuration templates that apply to the log types that you specify here.


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

Use this parameter to filter the response to include only the configuration templates that apply to the log types that you specify here.


[View source]
def next_token : String | Nil #

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

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

Use this parameter to filter the response to include only the configuration templates that apply to the resource types that you specify here.


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

Use this parameter to filter the response to include only the configuration templates that apply to the resource types that you specify here.


[View source]
def service : String | Nil #

Use this parameter to filter the response to include only the configuration templates that apply to the Amazon Web Services service that you specify here.


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

Use this parameter to filter the response to include only the configuration templates that apply to the Amazon Web Services service that you specify here.


[View source]
def validate! : Nil #

[View source]