class
Amazonite::CloudWatchLogs::ListIntegrationsRequest
- Amazonite::CloudWatchLogs::ListIntegrationsRequest
- Reference
- Object
Included Modules
- JSON::Serializable
Defined in:
cloudwatch_logs/list_integrations_request.crConstructors
- .new(pull : JSON::PullParser)
- .new(integration_name_prefix : String | Nil = nil, integration_type : IntegrationType | Nil = nil, integration_status : IntegrationStatus | Nil = nil)
Instance Method Summary
-
#==(other : self)
Returns
trueif this reference is the same as other. -
#hash(hasher)
See
Object#hash(hasher) -
#integration_name_prefix : String | Nil
To limit the results to integrations that start with a certain name prefix, specify that name prefix here.
-
#integration_name_prefix=(integration_name_prefix : String | Nil)
To limit the results to integrations that start with a certain name prefix, specify that name prefix here.
-
#integration_status : IntegrationStatus | Nil
To limit the results to integrations with a certain status, specify that status here.
-
#integration_status=(integration_status : IntegrationStatus | Nil)
To limit the results to integrations with a certain status, specify that status here.
-
#integration_type : IntegrationType | Nil
To limit the results to integrations of a certain type, specify that type here.
-
#integration_type=(integration_type : IntegrationType | Nil)
To limit the results to integrations of a certain type, specify that type here.
- #validate! : Nil
Constructor Detail
Instance Method Detail
Returns true if this reference is the same as other. Invokes same?.
To limit the results to integrations that start with a certain name prefix, specify that name prefix here.
To limit the results to integrations that start with a certain name prefix, specify that name prefix here.
To limit the results to integrations with a certain status, specify that status here.
To limit the results to integrations with a certain status, specify that status here.
To limit the results to integrations of a certain type, specify that type here.
To limit the results to integrations of a certain type, specify that type here.