class
Amazonite::CloudWatchLogs::DescribeConfigurationTemplatesResponse
Included Modules
- JSON::Serializable
Defined in:
cloudwatch_logs/describe_configuration_templates_response.crConstructors
- .new(pull : JSON::PullParser)
- .new(configuration_templates : Array(ConfigurationTemplate) | Nil = nil, next_token : String | Nil = nil)
- .new(*, __pull_for_json_serializable pull : JSON::PullParser)
Instance Method Summary
-
#==(other : self)
Returns
trueif this reference is the same as other. -
#configuration_templates : Array(ConfigurationTemplate) | Nil
An array of objects, where each object describes one configuration template that matches the filters that you specified in the request.
-
#configuration_templates=(configuration_templates : Array(ConfigurationTemplate) | Nil)
An array of objects, where each object describes one configuration template that matches the filters that you specified in the request.
-
#hash(hasher)
See
Object#hash(hasher) - #next_token : String | Nil
- #next_token=(next_token : String | Nil)
- #validate! : Nil
Constructor Detail
def self.new(configuration_templates : Array(ConfigurationTemplate) | Nil = nil, next_token : String | Nil = nil)
#
Instance Method Detail
def ==(other : self)
#
Description copied from class Reference
Returns true if this reference is the same as other. Invokes same?.
def configuration_templates : Array(ConfigurationTemplate) | Nil
#
An array of objects, where each object describes one configuration template that matches the filters that you specified in the request.
def configuration_templates=(configuration_templates : Array(ConfigurationTemplate) | Nil)
#
An array of objects, where each object describes one configuration template that matches the filters that you specified in the request.