class
Amazonite::CloudWatchLogs::DeleteSyslogConfigurationRequest
- Amazonite::CloudWatchLogs::DeleteSyslogConfigurationRequest
- Reference
- Object
Included Modules
- JSON::Serializable
Defined in:
cloudwatch_logs/delete_syslog_configuration_request.crConstructors
- .new(pull : JSON::PullParser)
- .new(log_group_identifier : String, vpc_endpoint_id : String | Nil = nil)
Instance Method Summary
-
#==(other : self)
Returns
trueif this reference is the same as other. -
#hash(hasher)
See
Object#hash(hasher) -
#log_group_identifier : String
The name or ARN of the log group to remove the syslog configuration from.
-
#log_group_identifier=(log_group_identifier : String)
The name or ARN of the log group to remove the syslog configuration from.
- #validate! : Nil
-
#vpc_endpoint_id : String | Nil
The ID of the VPC endpoint associated with the syslog configuration to delete.
-
#vpc_endpoint_id=(vpc_endpoint_id : String | Nil)
The ID of the VPC endpoint associated with the syslog configuration to delete.
Constructor Detail
Instance Method Detail
def ==(other : self)
#
Description copied from class Reference
Returns true if this reference is the same as other. Invokes same?.
def log_group_identifier : String
#
The name or ARN of the log group to remove the syslog configuration from.
def log_group_identifier=(log_group_identifier : String)
#
The name or ARN of the log group to remove the syslog configuration from.
def vpc_endpoint_id : String | Nil
#
The ID of the VPC endpoint associated with the syslog configuration to delete.
def vpc_endpoint_id=(vpc_endpoint_id : String | Nil)
#
The ID of the VPC endpoint associated with the syslog configuration to delete.