class
Amazonite::CloudWatchLogs::DescribeConfigurationTemplatesRequest
Included Modules
- JSON::Serializable
Defined in:
cloudwatch_logs/describe_configuration_templates_request.crConstructors
- .new(pull : JSON::PullParser)
- .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)
Instance Method Summary
-
#==(other : self)
Returns
trueif this reference is the same as other. -
#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.
-
#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.
-
#hash(hasher)
See
Object#hash(hasher) -
#limit : Int32 | Nil
Use this parameter to limit the number of configuration templates that are returned in the response.
-
#limit=(limit : Int32 | Nil)
Use this parameter to limit the number of configuration templates that are returned in the response.
-
#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.
-
#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.
- #next_token : String | Nil
- #next_token=(next_token : String | Nil)
-
#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.
-
#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.
-
#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.
-
#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.
- #validate! : Nil
Constructor Detail
Instance Method Detail
Returns true if this reference is the same as other. Invokes same?.
Use this parameter to filter the response to include only the configuration templates that apply to the delivery destination types that you specify here.
Use this parameter to filter the response to include only the configuration templates that apply to the delivery destination types that you specify here.
Use this parameter to limit the number of configuration templates that are returned in the response.
Use this parameter to limit the number of configuration templates that are returned in the response.
Use this parameter to filter the response to include only the configuration templates that apply to the log types that you specify here.
Use this parameter to filter the response to include only the configuration templates that apply to the log types that you specify here.
Use this parameter to filter the response to include only the configuration templates that apply to the resource types that you specify here.
Use this parameter to filter the response to include only the configuration templates that apply to the resource types that you specify here.
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.
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.